Color Hex Logo

#90caab Color Hex

#90CAAB
(144,202,171)
0 Favorites   0 Comments

Color spaces of #90caab

RGB 144202171
HSL0.410.350.68
HSV148°29°79°
CMYK 0.290.000.15   0.21
XYZ39.972851.110646.2866
Yxy51.11060.29100.3721
Hunter Lab71.4917-25.306611.6574
CIE-Lab76.7460-25.15769.5251

#90caab color RGB value is (144,202,171).

#90caab hex color red value is 144, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #90caab hue: 0.41 , saturation: 0.35 and the lightness value of 90caab is 0.68.

The process color (four color CMYK) of #90caab color hex is 0.29, 0.00, 0.15, 0.21. Web safe color of #90caab is #99cc99. Color #90caab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 10101011
Octal 220 312 253
Decimal 144 202 171
Hex 90 CA AB

RGB Percentages of Color #90caab

%27.85
%39.07
%33.08

CMYK Percentages of Color #90caab

%29
%0
%15
%21

Triadic Colors of #90caab

#90caab #ab90ca #caab90

Analogous Colors of #90caab

#90caab #90cac8 #92ca90

Monochromatic Colors of #90caab

#90caab

Complementary Color

#90caab #ca90af

#90caab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90caab Color Preview on White Background

Lorem ipsum dolor sit amet.

#90caab Color CSS Codes

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

#90caab Text Font Color

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

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


#90caab Background Color

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

This div background color is #90caab


#90caab Border Color

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

This div border color is #90caab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,202,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 #90caab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90caab


Comments

No comments written yet.

Please login to write comment.