Color Hex Logo

#90adab Color Hex

#90ADAB
(144,173,171)
0 Favorites   0 Comments

Color spaces of #90adab

RGB 144173171
HSL0.490.150.62
HSV176°17°68°
CMYK 0.170.000.01   0.32
XYZ33.795938.756744.2276
Yxy38.75670.28940.3319
Hunter Lab62.2549-12.04491.4571
CIE-Lab68.5747-10.3215-2.2996

#90adab color RGB value is (144,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 10101011
Octal 220 255 253
Decimal 144 173 171
Hex 90 AD AB

RGB Percentages of Color #90adab

%29.51
%35.45
%35.04

CMYK Percentages of Color #90adab

%17
%0
%1
%32

Triadic Colors of #90adab

#90adab #ab90ad #adab90

Analogous Colors of #90adab

#90adab #90a1ad #90ad9d

Monochromatic Colors of #90adab

#90adab

Complementary Color

#90adab #ad9092

#90adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adab Color CSS Codes

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

#90adab Text Font Color

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

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


#90adab Background Color

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

This div background color is #90adab


#90adab Border Color

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

This div border color is #90adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adab


Comments

No comments written yet.

Please login to write comment.