Color Hex Logo

#5d9185 Color Hex

#5D9185
(93,145,133)
0 Favorites   0 Comments

Color spaces of #5d9185

RGB 93145133
HSL0.460.220.47
HSV166°36°57°
CMYK 0.360.000.08   0.43
XYZ18.873224.271425.8804
Yxy24.27140.27340.3516
Hunter Lab49.2660-17.83443.3400
CIE-Lab56.3585-20.18840.8668

#5d9185 color RGB value is (93,145,133).

#5d9185 hex color red value is 93, green value is 145 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #5d9185 hue: 0.46 , saturation: 0.22 and the lightness value of 5d9185 is 0.47.

The process color (four color CMYK) of #5d9185 color hex is 0.36, 0.00, 0.08, 0.43. Web safe color of #5d9185 is #669999. Color #5d9185 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010001 10000101
Octal 135 221 205
Decimal 93 145 133
Hex 5D 91 85

RGB Percentages of Color #5d9185

%25.07
%39.08
%35.85

CMYK Percentages of Color #5d9185

%36
%0
%8
%43

Triadic Colors of #5d9185

#5d9185 #855d91 #91855d

Analogous Colors of #5d9185

#5d9185 #5d8391 #5d916b

Monochromatic Colors of #5d9185

#5d9185

Complementary Color

#5d9185 #915d69

#5d9185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9185 Color CSS Codes

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

#5d9185 Text Font Color

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

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


#5d9185 Background Color

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

This div background color is #5d9185


#5d9185 Border Color

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

This div border color is #5d9185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9185


Comments

No comments written yet.

Please login to write comment.