Color Hex Logo

#1e8edc Color Hex

#1E8EDC
(30,142,220)
0 Favorites   0 Comments

Color spaces of #1e8edc

RGB 30142220
HSL0.570.760.49
HSV205°86°86°
CMYK 0.860.350.00   0.14
XYZ23.126724.789371.2761
Yxy24.78930.19400.2080
Hunter Lab49.7889-4.2180-50.0254
CIE-Lab56.8695-1.9440-48.0194

#1e8edc color RGB value is (30,142,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10001110 11011100
Octal 36 216 334
Decimal 30 142 220
Hex 1E 8E DC

RGB Percentages of Color #1e8edc

%7.65
%36.22
%56.12

CMYK Percentages of Color #1e8edc

%86
%35
%0
%14

Triadic Colors of #1e8edc

#1e8edc #dc1e8e #8edc1e

Analogous Colors of #1e8edc

#1e8edc #1e2fdc #1edccb

Monochromatic Colors of #1e8edc

#1e8edc

Complementary Color

#1e8edc #dc6c1e

#1e8edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e8edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e8edc Color CSS Codes

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

#1e8edc Text Font Color

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

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


#1e8edc Background Color

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

This div background color is #1e8edc


#1e8edc Border Color

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

This div border color is #1e8edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,142,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 #1e8edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e8edc


Comments

No comments written yet.

Please login to write comment.