Color Hex Logo

#1eafd8 Color Hex

#1EAFD8
(30,175,216)
0 Favorites   0 Comments

Color spaces of #1eafd8

RGB 30175216
HSL0.540.760.48
HSV193°86°85°
CMYK 0.860.190.00   0.15
XYZ28.260135.893870.4045
Yxy35.89380.21000.2668
Hunter Lab59.9114-20.6469-27.7362
CIE-Lab66.4387-21.6196-30.8101

#1eafd8 color RGB value is (30,175,216).

#1eafd8 hex color red value is 30, green value is 175 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #1eafd8 hue: 0.54 , saturation: 0.76 and the lightness value of 1eafd8 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 11011000
Octal 36 257 330
Decimal 30 175 216
Hex 1E AF D8

RGB Percentages of Color #1eafd8

%7.13
%41.57
%51.31

CMYK Percentages of Color #1eafd8

%86
%19
%0
%15

Triadic Colors of #1eafd8

#1eafd8 #d81eaf #afd81e

Analogous Colors of #1eafd8

#1eafd8 #1e52d8 #1ed8a4

Monochromatic Colors of #1eafd8

#1eafd8

Complementary Color

#1eafd8 #d8471e

#1eafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eafd8 Color CSS Codes

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

#1eafd8 Text Font Color

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

This sample text font color is #1eafd8
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.


#1eafd8 Background Color

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

This div background color is #1eafd8


#1eafd8 Border Color

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

This div border color is #1eafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eafd8


Comments

No comments written yet.

Please login to write comment.