Color Hex Logo

#5ec0cb Color Hex

#5EC0CB
(94,192,203)
0 Favorites   0 Comments

Color spaces of #5ec0cb

RGB 94192203
HSL0.520.510.58
HSV186°54°80°
CMYK 0.540.050.00   0.20
XYZ34.245244.390863.2633
Yxy44.39080.24130.3128
Hunter Lab66.6264-24.8493-9.6587
CIE-Lab72.4889-25.6305-14.3217

#5ec0cb color RGB value is (94,192,203).

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

The process color (four color CMYK) of #5ec0cb color hex is 0.54, 0.05, 0.00, 0.20. Web safe color of #5ec0cb is #66cccc. Color #5ec0cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11000000 11001011
Octal 136 300 313
Decimal 94 192 203
Hex 5E C0 CB

RGB Percentages of Color #5ec0cb

%19.22
%39.26
%41.51

CMYK Percentages of Color #5ec0cb

%54
%5
%0
%20

Triadic Colors of #5ec0cb

#5ec0cb #cb5ec0 #c0cb5e

Analogous Colors of #5ec0cb

#5ec0cb #5e8acb #5ecba0

Monochromatic Colors of #5ec0cb

#5ec0cb

Complementary Color

#5ec0cb #cb695e

#5ec0cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ec0cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ec0cb Color CSS Codes

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

#5ec0cb Text Font Color

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

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


#5ec0cb Background Color

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

This div background color is #5ec0cb


#5ec0cb Border Color

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

This div border color is #5ec0cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ec0cb


Comments

No comments written yet.

Please login to write comment.