Color Hex Logo

#5ecccb Color Hex

#5ECCCB
(94,204,203)
0 Favorites   0 Comments

Color spaces of #5ecccb

RGB 94204203
HSL0.500.520.58
HSV179°54°80°
CMYK 0.540.000.00   0.20
XYZ36.988549.877264.1777
Yxy49.87720.24490.3302
Hunter Lab70.6238-30.1041-4.4417
CIE-Lab75.9938-31.4804-9.0790

#5ecccb color RGB value is (94,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11001100 11001011
Octal 136 314 313
Decimal 94 204 203
Hex 5E CC CB

RGB Percentages of Color #5ecccb

%18.76
%40.72
%40.52

CMYK Percentages of Color #5ecccb

%54
%0
%0
%20

Triadic Colors of #5ecccb

#5ecccb #cb5ecc #cccb5e

Analogous Colors of #5ecccb

#5ecccb #5e96cc #5ecc94

Monochromatic Colors of #5ecccb

#5ecccb

Complementary Color

#5ecccb #cc5e5f

#5ecccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ecccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ecccb Color CSS Codes

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

#5ecccb Text Font Color

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

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


#5ecccb Background Color

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

This div background color is #5ecccb


#5ecccb Border Color

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

This div border color is #5ecccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ecccb


Comments

No comments written yet.

Please login to write comment.