Color Hex Logo

#5ea2cc Color Hex

#5EA2CC
(94,162,204)
0 Favorites   0 Comments

Color spaces of #5ea2cc

RGB 94162204
HSL0.560.520.58
HSV203°54°80°
CMYK 0.540.210.00   0.20
XYZ28.435532.580061.9166
Yxy32.58000.23130.2650
Hunter Lab57.0789-10.9631-24.3599
CIE-Lab63.8194-9.6404-28.0765

#5ea2cc color RGB value is (94,162,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 10100010 11001100
Octal 136 242 314
Decimal 94 162 204
Hex 5E A2 CC

RGB Percentages of Color #5ea2cc

%20.43
%35.22
%44.35

CMYK Percentages of Color #5ea2cc

%54
%21
%0
%20

Triadic Colors of #5ea2cc

#5ea2cc #cc5ea2 #a2cc5e

Analogous Colors of #5ea2cc

#5ea2cc #5e6bcc #5eccbf

Monochromatic Colors of #5ea2cc

#5ea2cc

Complementary Color

#5ea2cc #cc885e

#5ea2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ea2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ea2cc Color CSS Codes

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

#5ea2cc Text Font Color

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

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


#5ea2cc Background Color

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

This div background color is #5ea2cc


#5ea2cc Border Color

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

This div border color is #5ea2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ea2cc


Comments

No comments written yet.

Please login to write comment.