Color Hex Logo

#90a35e Color Hex

#90A35E
(144,163,94)
0 Favorites   0 Comments

Color spaces of #90a35e

RGB 14416394
HSL0.210.270.50
HSV77°42°64°
CMYK 0.120.000.42   0.36
XYZ26.619232.931815.5432
Yxy32.93180.35450.4385
Hunter Lab57.3862-17.626824.1115
CIE-Lab64.1056-18.151633.5874

#90a35e color RGB value is (144,163,94).

#90a35e hex color red value is 144, green value is 163 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #90a35e hue: 0.21 , saturation: 0.27 and the lightness value of 90a35e is 0.50.

The process color (four color CMYK) of #90a35e color hex is 0.12, 0.00, 0.42, 0.36. Web safe color of #90a35e is #999966. Color #90a35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10100011 01011110
Octal 220 243 136
Decimal 144 163 94
Hex 90 A3 5E

RGB Percentages of Color #90a35e

%35.91
%40.65
%23.44

CMYK Percentages of Color #90a35e

%12
%0
%42
%36

Triadic Colors of #90a35e

#90a35e #5e90a3 #a35e90

Analogous Colors of #90a35e

#90a35e #6ea35e #a3945e

Monochromatic Colors of #90a35e

#90a35e

Complementary Color

#90a35e #715ea3

#90a35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90a35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#90a35e Color CSS Codes

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

#90a35e Text Font Color

<p style="color:#90a35e">Text here</p>

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


#90a35e Background Color

<div style="background-color:#90a35e">
Div content here</div>

This div background color is #90a35e


#90a35e Border Color

<div style="border:3px solid #90a35e">
Div here</div>

This div border color is #90a35e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,163,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90a35e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90a35e;
  -webkit-box-shadow: 1px 1px 3px 2px #90a35e;
  box-shadow:         1px 1px 3px 2px #90a35e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90a35e


Comments

No comments written yet.

Please login to write comment.