Color Hex Logo

#5e8edc Color Hex

#5E8EDC
(94,142,220)
0 Favorites   0 Comments

Color spaces of #5e8edc

RGB 94142220
HSL0.600.640.62
HSV217°57°86°
CMYK 0.570.350.00   0.14
XYZ27.207426.893071.4670
Yxy26.89300.21670.2142
Hunter Lab51.85852.8972-45.4076
CIE-Lab58.87526.7856-44.7164

#5e8edc color RGB value is (94,142,220).

#5e8edc hex color red value is 94, green value is 142 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5e8edc hue: 0.60 , saturation: 0.64 and the lightness value of 5e8edc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10001110 11011100
Octal 136 216 334
Decimal 94 142 220
Hex 5E 8E DC

RGB Percentages of Color #5e8edc

%20.61
%31.14
%48.25

CMYK Percentages of Color #5e8edc

%57
%35
%0
%14

Triadic Colors of #5e8edc

#5e8edc #dc5e8e #8edc5e

Analogous Colors of #5e8edc

#5e8edc #6d5edc #5ecddc

Monochromatic Colors of #5e8edc

#5e8edc

Complementary Color

#5e8edc #dcac5e

#5e8edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e8edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e8edc Color CSS Codes

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

#5e8edc Text Font Color

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

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


#5e8edc Background Color

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

This div background color is #5e8edc


#5e8edc Border Color

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

This div border color is #5e8edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e8edc


Comments

No comments written yet.

Please login to write comment.