Color Hex Logo

#5cc08a Color Hex

#5CC08A
(92,192,138)
0 Favorites   0 Comments

Color spaces of #5cc08a

RGB 92192138
HSL0.410.440.56
HSV148°52°75°
CMYK 0.520.000.28   0.25
XYZ27.850741.809630.6469
Yxy41.80960.27770.4168
Hunter Lab64.6603-36.271517.1607
CIE-Lab70.7394-41.776718.4801

#5cc08a color RGB value is (92,192,138).

#5cc08a hex color red value is 92, green value is 192 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5cc08a hue: 0.41 , saturation: 0.44 and the lightness value of 5cc08a is 0.56.

The process color (four color CMYK) of #5cc08a color hex is 0.52, 0.00, 0.28, 0.25. Web safe color of #5cc08a is #66cc99. Color #5cc08a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11000000 10001010
Octal 134 300 212
Decimal 92 192 138
Hex 5C C0 8A

RGB Percentages of Color #5cc08a

%21.80
%45.50
%32.70

CMYK Percentages of Color #5cc08a

%52
%0
%28
%25

Triadic Colors of #5cc08a

#5cc08a #8a5cc0 #c08a5c

Analogous Colors of #5cc08a

#5cc08a #5cc0bc #60c05c

Monochromatic Colors of #5cc08a

#5cc08a

Complementary Color

#5cc08a #c05c92

#5cc08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cc08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cc08a Color CSS Codes

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

#5cc08a Text Font Color

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

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


#5cc08a Background Color

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

This div background color is #5cc08a


#5cc08a Border Color

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

This div border color is #5cc08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cc08a


Comments

No comments written yet.

Please login to write comment.