Color Hex Logo

#90ae5b Color Hex

#90AE5B
(144,174,91)
0 Favorites   0 Comments

Color spaces of #90ae5b

RGB 14417491
HSL0.230.340.52
HSV82°48°68°
CMYK 0.170.000.48   0.32
XYZ28.526036.956715.5274
Yxy36.95670.35210.4562
Hunter Lab60.7920-22.626827.4107
CIE-Lab67.2445-24.049639.0347

#90ae5b color RGB value is (144,174,91).

#90ae5b hex color red value is 144, green value is 174 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #90ae5b hue: 0.23 , saturation: 0.34 and the lightness value of 90ae5b is 0.52.

The process color (four color CMYK) of #90ae5b color hex is 0.17, 0.00, 0.48, 0.32. Web safe color of #90ae5b is #999966. Color #90ae5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101110 01011011
Octal 220 256 133
Decimal 144 174 91
Hex 90 AE 5B

RGB Percentages of Color #90ae5b

%35.21
%42.54
%22.25

CMYK Percentages of Color #90ae5b

%17
%0
%48
%32

Triadic Colors of #90ae5b

#90ae5b #5b90ae #ae5b90

Analogous Colors of #90ae5b

#90ae5b #67ae5b #aea35b

Monochromatic Colors of #90ae5b

#90ae5b

Complementary Color

#90ae5b #795bae

#90ae5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ae5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ae5b Color CSS Codes

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

#90ae5b Text Font Color

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

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


#90ae5b Background Color

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

This div background color is #90ae5b


#90ae5b Border Color

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

This div border color is #90ae5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ae5b

#90ae5b Color Palettes


Comments

No comments written yet.

Please login to write comment.