Color Hex Logo

#5ea7cc Color Hex

#5EA7CC
(94,167,204)
0 Favorites   0 Comments

Color spaces of #5ea7cc

RGB 94167204
HSL0.560.520.58
HSV200°54°80°
CMYK 0.540.180.00   0.20
XYZ29.333934.376762.2161
Yxy34.37670.23290.2730
Hunter Lab58.6316-13.3003-21.8725
CIE-Lab65.2605-12.3667-25.8586

#5ea7cc color RGB value is (94,167,204).

#5ea7cc hex color red value is 94, green value is 167 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5ea7cc hue: 0.56 , saturation: 0.52 and the lightness value of 5ea7cc is 0.58.

The process color (four color CMYK) of #5ea7cc color hex is 0.54, 0.18, 0.00, 0.20. Web safe color of #5ea7cc is #6699cc. Color #5ea7cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100111 11001100
Octal 136 247 314
Decimal 94 167 204
Hex 5E A7 CC

RGB Percentages of Color #5ea7cc

%20.22
%35.91
%43.87

CMYK Percentages of Color #5ea7cc

%54
%18
%0
%20

Triadic Colors of #5ea7cc

#5ea7cc #cc5ea7 #a7cc5e

Analogous Colors of #5ea7cc

#5ea7cc #5e70cc #5eccba

Monochromatic Colors of #5ea7cc

#5ea7cc

Complementary Color

#5ea7cc #cc835e

#5ea7cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea7cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea7cc Color CSS Codes

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

#5ea7cc Text Font Color

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

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


#5ea7cc Background Color

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

This div background color is #5ea7cc


#5ea7cc Border Color

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

This div border color is #5ea7cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,167,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea7cc


Comments

No comments written yet.

Please login to write comment.