Color Hex Logo

#90ad91 Color Hex

#90AD91
(144,173,145)
0 Favorites   0 Comments

Color spaces of #90ad91

RGB 144173145
HSL0.340.150.62
HSV122°17°68°
CMYK 0.170.000.16   0.32
XYZ31.556037.860832.4327
Yxy37.86080.30980.3717
Hunter Lab61.5311-16.136411.8204
CIE-Lab67.9179-15.495811.1174

#90ad91 color RGB value is (144,173,145).

#90ad91 hex color red value is 144, green value is 173 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #90ad91 hue: 0.34 , saturation: 0.15 and the lightness value of 90ad91 is 0.62.

The process color (four color CMYK) of #90ad91 color hex is 0.17, 0.00, 0.16, 0.32. Web safe color of #90ad91 is #999999. Color #90ad91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 10010001
Octal 220 255 221
Decimal 144 173 145
Hex 90 AD 91

RGB Percentages of Color #90ad91

%31.17
%37.45
%31.39

CMYK Percentages of Color #90ad91

%17
%0
%16
%32

Triadic Colors of #90ad91

#90ad91 #9190ad #ad9190

Analogous Colors of #90ad91

#90ad91 #90ada0 #9ead90

Monochromatic Colors of #90ad91

#90ad91

Complementary Color

#90ad91 #ad90ac

#90ad91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ad91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ad91 Color CSS Codes

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

#90ad91 Text Font Color

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

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


#90ad91 Background Color

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

This div background color is #90ad91


#90ad91 Border Color

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

This div border color is #90ad91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ad91


Comments

No comments written yet.

Please login to write comment.