Color Hex Logo

#5cb184 Color Hex

#5CB184
(92,177,132)
0 Favorites   0 Comments

Color spaces of #5cb184

RGB 92177132
HSL0.410.350.53
HSV148°48°69°
CMYK 0.480.000.25   0.31
XYZ24.300635.385527.3791
Yxy35.38550.27910.4064
Hunter Lab59.4857-31.180714.3510
CIE-Lab66.0477-36.310515.2256

#5cb184 color RGB value is (92,177,132).

#5cb184 hex color red value is 92, green value is 177 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #5cb184 hue: 0.41 , saturation: 0.35 and the lightness value of 5cb184 is 0.53.

The process color (four color CMYK) of #5cb184 color hex is 0.48, 0.00, 0.25, 0.31. Web safe color of #5cb184 is #669999. Color #5cb184 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110001 10000100
Octal 134 261 204
Decimal 92 177 132
Hex 5C B1 84

RGB Percentages of Color #5cb184

%22.94
%44.14
%32.92

CMYK Percentages of Color #5cb184

%48
%0
%25
%31

Triadic Colors of #5cb184

#5cb184 #845cb1 #b1845c

Analogous Colors of #5cb184

#5cb184 #5cb1af #5eb15c

Monochromatic Colors of #5cb184

#5cb184

Complementary Color

#5cb184 #b15c89

#5cb184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb184 Color CSS Codes

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

#5cb184 Text Font Color

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

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


#5cb184 Background Color

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

This div background color is #5cb184


#5cb184 Border Color

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

This div border color is #5cb184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb184


Comments

No comments written yet.

Please login to write comment.