color codes Logo

#1eabd3 color codes

#1EABD3
(30,171,211)
0 Favorites   0 Comments

Color spaces of #1eabd3

RGB 30171211
HSL0.540.750.47
HSV193°86°83°
CMYK 0.860.190.00   0.17
XYZ26.856234.105066.7955
Yxy34.10500.21020.2670
Hunter Lab58.3995-20.1122-26.9344
CIE-Lab65.0458-21.2361-30.2045

#1eabd3 color RGB value is (30,171,211).

#1eabd3 hex color red value is 30, green value is 171 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #1eabd3 hue: 0.54 , saturation: 0.75 and the lightness value of 1eabd3 is 0.47.

The process color (four color CMYK) of #1eabd3 color code is 0.86, 0.19, 0.00, 0.17. Web safe color of #1eabd3 is #3399cc. Color #1eabd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101011 11010011
Octal 36 253 323
Decimal 30 171 211
Hex 1E AB D3

RGB Percentages of Color #1eabd3

%7.28
%41.50
%51.21

CMYK Percentages of Color #1eabd3

%86
%19
%0
%17

Triadic Colors of #1eabd3

#1eabd3 #d31eab #abd31e

Analogous Colors of #1eabd3

#1eabd3 #1e51d3 #1ed3a1

Monochromatic Colors of #1eabd3

#1eabd3

Complementary Color

#1eabd3 #d3461e

#1eabd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eabd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eabd3 Color CSS Codes

.mybgcolor {background-color:#1eabd3; } 
.myforecolor {color:#1eabd3; }
.mybordercolor {border:3px solid #1eabd3; }

#1eabd3 Text Font Color

<p style="color:#1eabd3">Text here</p>

This sample text font color is #1eabd3
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1eabd3 Background Color

<div style="background-color:#1eabd3">
Div content here</div>

This div background color is #1eabd3


#1eabd3 Border Color

<div style="border:3px solid #1eabd3">
Div here</div>

This div border color is #1eabd3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(30,171,211, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1eabd3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1eabd3;
  -webkit-box-shadow: 1px 1px 3px 2px #1eabd3;
  box-shadow:         1px 1px 3px 2px #1eabd3; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,171,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1eabd3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1eabd3;
  -webkit-box-shadow: 1px 1px 3px 2px #1eabd3;
  box-shadow:         1px 1px 3px 2px #1eabd3;">
Div content here</div>

This div box has shadow with color #1eabd3


Comments

No comments written yet.

Please login to write comment.