Color Hex Logo

#5cb981 Color Hex

#5CB981
(92,185,129)
0 Favorites   0 Comments

Color spaces of #5cb981

RGB 92185129
HSL0.400.400.54
HSV144°50°73°
CMYK 0.500.000.30   0.27
XYZ25.725038.558226.8555
Yxy38.55820.28230.4231
Hunter Lab62.0952-34.717217.8244
CIE-Lab68.4300-40.496020.1430

#5cb981 color RGB value is (92,185,129).

#5cb981 hex color red value is 92, green value is 185 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #5cb981 hue: 0.40 , saturation: 0.40 and the lightness value of 5cb981 is 0.54.

The process color (four color CMYK) of #5cb981 color hex is 0.50, 0.00, 0.30, 0.27. Web safe color of #5cb981 is #66cc99. Color #5cb981 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111001 10000001
Octal 134 271 201
Decimal 92 185 129
Hex 5C B9 81

RGB Percentages of Color #5cb981

%22.66
%45.57
%31.77

CMYK Percentages of Color #5cb981

%50
%0
%30
%27

Triadic Colors of #5cb981

#5cb981 #815cb9 #b9815c

Analogous Colors of #5cb981

#5cb981 #5cb9b0 #66b95c

Monochromatic Colors of #5cb981

#5cb981

Complementary Color

#5cb981 #b95c94

#5cb981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb981 Color CSS Codes

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

#5cb981 Text Font Color

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

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


#5cb981 Background Color

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

This div background color is #5cb981


#5cb981 Border Color

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

This div border color is #5cb981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb981


Comments

No comments written yet.

Please login to write comment.