Color Hex Logo

#5ccb8a Color Hex

#5CCB8A
(92,203,138)
0 Favorites   0 Comments

Color spaces of #5ccb8a

RGB 92203138
HSL0.400.520.58
HSV145°55°80°
CMYK 0.550.000.32   0.20
XYZ30.357046.822231.4824
Yxy46.82220.27940.4309
Hunter Lab68.4267-40.556720.6200
CIE-Lab74.0759-46.480723.0522

#5ccb8a color RGB value is (92,203,138).

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

The process color (four color CMYK) of #5ccb8a color hex is 0.55, 0.00, 0.32, 0.20. Web safe color of #5ccb8a is #66cc99. Color #5ccb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001011 10001010
Octal 134 313 212
Decimal 92 203 138
Hex 5C CB 8A

RGB Percentages of Color #5ccb8a

%21.25
%46.88
%31.87

CMYK Percentages of Color #5ccb8a

%55
%0
%32
%20

Triadic Colors of #5ccb8a

#5ccb8a #8a5ccb #cb8a5c

Analogous Colors of #5ccb8a

#5ccb8a #5ccbc2 #66cb5c

Monochromatic Colors of #5ccb8a

#5ccb8a

Complementary Color

#5ccb8a #cb5c9d

#5ccb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccb8a Color CSS Codes

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

#5ccb8a Text Font Color

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

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


#5ccb8a Background Color

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

This div background color is #5ccb8a


#5ccb8a Border Color

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

This div border color is #5ccb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccb8a


Comments

No comments written yet.

Please login to write comment.