Color Hex Logo

#5d9279 Color Hex

#5D9279
(93,146,121)
0 Favorites   0 Comments

Color spaces of #5d9279

RGB 93146121
HSL0.420.220.47
HSV152°36°57°
CMYK 0.360.000.17   0.43
XYZ18.244324.265421.8113
Yxy24.26540.28360.3773
Hunter Lab49.2599-20.09428.2295
CIE-Lab56.3525-23.43947.7230

#5d9279 color RGB value is (93,146,121).

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

The process color (four color CMYK) of #5d9279 color hex is 0.36, 0.00, 0.17, 0.43. Web safe color of #5d9279 is #669966. Color #5d9279 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10010010 01111001
Octal 135 222 171
Decimal 93 146 121
Hex 5D 92 79

RGB Percentages of Color #5d9279

%25.83
%40.56
%33.61

CMYK Percentages of Color #5d9279

%36
%0
%17
%43

Triadic Colors of #5d9279

#5d9279 #795d92 #92795d

Analogous Colors of #5d9279

#5d9279 #5d9192 #5d925f

Monochromatic Colors of #5d9279

#5d9279

Complementary Color

#5d9279 #925d76

#5d9279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d9279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d9279 Color CSS Codes

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

#5d9279 Text Font Color

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

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


#5d9279 Background Color

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

This div background color is #5d9279


#5d9279 Border Color

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

This div border color is #5d9279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d9279


Comments

No comments written yet.

Please login to write comment.