Color Hex Logo

#90956a Color Hex

#90956A
(144,149,106)
0 Favorites   0 Comments

Color spaces of #90956a

RGB 144149106
HSL0.190.170.50
HSV67°29°58°
CMYK 0.030.000.29   0.42
XYZ24.850628.464817.8202
Yxy28.46480.34930.4001
Hunter Lab53.3524-10.224617.5433
CIE-Lab60.3064-9.186922.1635

#90956a color RGB value is (144,149,106).

#90956a hex color red value is 144, green value is 149 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #90956a hue: 0.19 , saturation: 0.17 and the lightness value of 90956a is 0.50.

The process color (four color CMYK) of #90956a color hex is 0.03, 0.00, 0.29, 0.42. Web safe color of #90956a is #999966. Color #90956a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10010101 01101010
Octal 220 225 152
Decimal 144 149 106
Hex 90 95 6A

RGB Percentages of Color #90956a

%36.09
%37.34
%26.57

CMYK Percentages of Color #90956a

%3
%0
%29
%42

Triadic Colors of #90956a

#90956a #6a9095 #956a90

Analogous Colors of #90956a

#90956a #7b956a #95856a

Monochromatic Colors of #90956a

#90956a

Complementary Color

#90956a #6f6a95

#90956a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90956a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90956a Color CSS Codes

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

#90956a Text Font Color

<p style="color:#90956a">Text here</p>

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


#90956a Background Color

<div style="background-color:#90956a">
Div content here</div>

This div background color is #90956a


#90956a Border Color

<div style="border:3px solid #90956a">
Div here</div>

This div border color is #90956a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,149,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90956a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90956a;
  -webkit-box-shadow: 1px 1px 3px 2px #90956a;
  box-shadow:         1px 1px 3px 2px #90956a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,149,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90956a


Comments

No comments written yet.

Please login to write comment.