Color Hex Logo

#5d885a Color Hex

#5D885A
(93,136,90)
0 Favorites   0 Comments

Color spaces of #5d885a

RGB 9313690
HSL0.320.200.44
HSV116°34°53°
CMYK 0.320.000.34   0.47
XYZ15.163820.673712.8641
Yxy20.67370.31140.4245
Hunter Lab45.4683-20.039415.0533
CIE-Lab52.5905-24.467420.1217

#5d885a color RGB value is (93,136,90).

#5d885a hex color red value is 93, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #5d885a hue: 0.32 , saturation: 0.20 and the lightness value of 5d885a is 0.44.

The process color (four color CMYK) of #5d885a color hex is 0.32, 0.00, 0.34, 0.47. Web safe color of #5d885a is #669966. Color #5d885a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001000 01011010
Octal 135 210 132
Decimal 93 136 90
Hex 5D 88 5A

RGB Percentages of Color #5d885a

%29.15
%42.63
%28.21

CMYK Percentages of Color #5d885a

%32
%0
%34
%47

Triadic Colors of #5d885a

#5d885a #5a5d88 #885a5d

Analogous Colors of #5d885a

#5d885a #5a886e #74885a

Monochromatic Colors of #5d885a

#5d885a

Complementary Color

#5d885a #855a88

#5d885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d885a Color CSS Codes

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

#5d885a Text Font Color

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

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


#5d885a Background Color

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

This div background color is #5d885a


#5d885a Border Color

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

This div border color is #5d885a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,136,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d885a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d885a;
  -webkit-box-shadow: 1px 1px 3px 2px #5d885a;
  box-shadow:         1px 1px 3px 2px #5d885a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,136,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d885a


Comments

No comments written yet.

Please login to write comment.