Color Hex Logo

#9da87b Color Hex

#9DA87B
(157,168,123)
0 Favorites   0 Comments

Color spaces of #9da87b

RGB 157168123
HSL0.210.210.57
HSV75°27°66°
CMYK 0.070.000.27   0.34
XYZ31.482436.603424.1448
Yxy36.60340.34130.3969
Hunter Lab60.5007-12.991418.6889
CIE-Lab66.9784-11.715722.0107

#9da87b color RGB value is (157,168,123).

#9da87b hex color red value is 157, green value is 168 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #9da87b hue: 0.21 , saturation: 0.21 and the lightness value of 9da87b is 0.57.

The process color (four color CMYK) of #9da87b color hex is 0.07, 0.00, 0.27, 0.34. Web safe color of #9da87b is #999966. Color #9da87b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101000 01111011
Octal 235 250 173
Decimal 157 168 123
Hex 9D A8 7B

RGB Percentages of Color #9da87b

%35.04
%37.50
%27.46

CMYK Percentages of Color #9da87b

%7
%0
%27
%34

Triadic Colors of #9da87b

#9da87b #7b9da8 #a87b9d

Analogous Colors of #9da87b

#9da87b #87a87b #a89d7b

Monochromatic Colors of #9da87b

#9da87b

Complementary Color

#9da87b #867ba8

#9da87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da87b Color CSS Codes

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

#9da87b Text Font Color

<p style="color:#9da87b">Text here</p>

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


#9da87b Background Color

<div style="background-color:#9da87b">
Div content here</div>

This div background color is #9da87b


#9da87b Border Color

<div style="border:3px solid #9da87b">
Div here</div>

This div border color is #9da87b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,168,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9da87b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9da87b;
  -webkit-box-shadow: 1px 1px 3px 2px #9da87b;
  box-shadow:         1px 1px 3px 2px #9da87b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,168,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da87b


Comments

No comments written yet.

Please login to write comment.