Color Hex Logo

#5d887e Color Hex

#5D887E
(93,136,126)
0 Favorites   0 Comments

Color spaces of #5d887e

RGB 93136126
HSL0.460.190.45
HSV166°32°53°
CMYK 0.320.000.07   0.47
XYZ17.084321.441822.9769
Yxy21.44180.27780.3486
Hunter Lab46.3053-15.17682.9937
CIE-Lab53.4297-17.08790.6350

#5d887e color RGB value is (93,136,126).

#5d887e hex color red value is 93, green value is 136 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #5d887e hue: 0.46 , saturation: 0.19 and the lightness value of 5d887e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10001000 01111110
Octal 135 210 176
Decimal 93 136 126
Hex 5D 88 7E

RGB Percentages of Color #5d887e

%26.20
%38.31
%35.49

CMYK Percentages of Color #5d887e

%32
%0
%7
%47

Triadic Colors of #5d887e

#5d887e #7e5d88 #887e5d

Analogous Colors of #5d887e

#5d887e #5d7d88 #5d8869

Monochromatic Colors of #5d887e

#5d887e

Complementary Color

#5d887e #885d67

#5d887e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d887e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d887e Color CSS Codes

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

#5d887e Text Font Color

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

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


#5d887e Background Color

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

This div background color is #5d887e


#5d887e Border Color

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

This div border color is #5d887e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d887e


Comments

No comments written yet.

Please login to write comment.