Color Hex Logo

#1eafdc Color Hex

#1EAFDC
(30,175,220)
0 Favorites   0 Comments

Color spaces of #1eafdc

RGB 30175220
HSL0.540.760.49
HSV194°86°86°
CMYK 0.860.200.00   0.14
XYZ28.783736.103373.1617
Yxy36.10330.20850.2615
Hunter Lab60.0860-19.6416-30.1322
CIE-Lab66.5988-20.2611-32.7630

#1eafdc color RGB value is (30,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101111 11011100
Octal 36 257 334
Decimal 30 175 220
Hex 1E AF DC

RGB Percentages of Color #1eafdc

%7.06
%41.18
%51.76

CMYK Percentages of Color #1eafdc

%86
%20
%0
%14

Triadic Colors of #1eafdc

#1eafdc #dc1eaf #afdc1e

Analogous Colors of #1eafdc

#1eafdc #1e50dc #1edcaa

Monochromatic Colors of #1eafdc

#1eafdc

Complementary Color

#1eafdc #dc4b1e

#1eafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eafdc Color CSS Codes

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

#1eafdc Text Font Color

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

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


#1eafdc Background Color

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

This div background color is #1eafdc


#1eafdc Border Color

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

This div border color is #1eafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eafdc


Comments

No comments written yet.

Please login to write comment.