Color Hex Logo

#5cc3ae Color Hex

#5CC3AE
(92,195,174)
0 Favorites   0 Comments

Color spaces of #5cc3ae

RGB 92195174
HSL0.470.460.56
HSV168°53°76°
CMYK 0.530.000.11   0.24
XYZ31.568744.361546.9432
Yxy44.36150.25690.3610
Hunter Lab66.6044-31.95364.8352
CIE-Lab72.4695-35.06821.4441

#5cc3ae color RGB value is (92,195,174).

#5cc3ae hex color red value is 92, green value is 195 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5cc3ae hue: 0.47 , saturation: 0.46 and the lightness value of 5cc3ae is 0.56.

The process color (four color CMYK) of #5cc3ae color hex is 0.53, 0.00, 0.11, 0.24. Web safe color of #5cc3ae is #66cc99. Color #5cc3ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000011 10101110
Octal 134 303 256
Decimal 92 195 174
Hex 5C C3 AE

RGB Percentages of Color #5cc3ae

%19.96
%42.30
%37.74

CMYK Percentages of Color #5cc3ae

%53
%0
%11
%24

Triadic Colors of #5cc3ae

#5cc3ae #ae5cc3 #c3ae5c

Analogous Colors of #5cc3ae

#5cc3ae #5ca5c3 #5cc37b

Monochromatic Colors of #5cc3ae

#5cc3ae

Complementary Color

#5cc3ae #c35c71

#5cc3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc3ae Color CSS Codes

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

#5cc3ae Text Font Color

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

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


#5cc3ae Background Color

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

This div background color is #5cc3ae


#5cc3ae Border Color

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

This div border color is #5cc3ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,195,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cc3ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cc3ae;
  -webkit-box-shadow: 1px 1px 3px 2px #5cc3ae;
  box-shadow:         1px 1px 3px 2px #5cc3ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,195,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc3ae


Comments

No comments written yet.

Please login to write comment.