Color Hex Logo

#9da488 Color Hex

#9DA488
(157,164,136)
0 Favorites   0 Comments

Color spaces of #9da488

RGB 157164136
HSL0.210.130.59
HSV75°17°64°
CMYK 0.040.000.17   0.36
XYZ31.624035.496628.4773
Yxy35.49660.33080.3713
Hunter Lab59.5790-9.517113.3662
CIE-Lab66.1335-7.555913.7078

#9da488 color RGB value is (157,164,136).

#9da488 hex color red value is 157, green value is 164 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #9da488 hue: 0.21 , saturation: 0.13 and the lightness value of 9da488 is 0.59.

The process color (four color CMYK) of #9da488 color hex is 0.04, 0.00, 0.17, 0.36. Web safe color of #9da488 is #999999. Color #9da488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10100100 10001000
Octal 235 244 210
Decimal 157 164 136
Hex 9D A4 88

RGB Percentages of Color #9da488

%34.35
%35.89
%29.76

CMYK Percentages of Color #9da488

%4
%0
%17
%36

Triadic Colors of #9da488

#9da488 #889da4 #a4889d

Analogous Colors of #9da488

#9da488 #8fa488 #a49d88

Monochromatic Colors of #9da488

#9da488

Complementary Color

#9da488 #8f88a4

#9da488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da488 Color CSS Codes

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

#9da488 Text Font Color

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

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


#9da488 Background Color

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

This div background color is #9da488


#9da488 Border Color

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

This div border color is #9da488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da488


Comments

No comments written yet.

Please login to write comment.