Color Hex Logo

#90caae Color Hex

#90CAAE
(144,202,174)
0 Favorites   0 Comments

Color spaces of #90caae

RGB 144202174
HSL0.420.350.68
HSV151°29°79°
CMYK 0.290.000.14   0.21
XYZ40.262151.226347.8100
Yxy51.22630.28900.3677
Hunter Lab71.5726-24.839410.4954
CIE-Lab76.8159-24.55758.0136

#90caae color RGB value is (144,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11001010 10101110
Octal 220 312 256
Decimal 144 202 174
Hex 90 CA AE

RGB Percentages of Color #90caae

%27.69
%38.85
%33.46

CMYK Percentages of Color #90caae

%29
%0
%14
%21

Triadic Colors of #90caae

#90caae #ae90ca #caae90

Analogous Colors of #90caae

#90caae #90c9ca #90ca91

Monochromatic Colors of #90caae

#90caae

Complementary Color

#90caae #ca90ac

#90caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#90caae Color CSS Codes

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

#90caae Text Font Color

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

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


#90caae Background Color

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

This div background color is #90caae


#90caae Border Color

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

This div border color is #90caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90caae


Comments

No comments written yet.

Please login to write comment.