Color Hex Logo

#90b4ae Color Hex

#90B4AE
(144,180,174)
0 Favorites   0 Comments

Color spaces of #90b4ae

RGB 144180174
HSL0.470.190.64
HSV170°20°71°
CMYK 0.200.000.03   0.29
XYZ35.462841.627846.2103
Yxy41.62780.28760.3376
Hunter Lab64.5196-14.79792.6990
CIE-Lab70.6135-13.3792-0.9654

#90b4ae color RGB value is (144,180,174).

#90b4ae hex color red value is 144, green value is 180 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #90b4ae hue: 0.47 , saturation: 0.19 and the lightness value of 90b4ae is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10110100 10101110
Octal 220 264 256
Decimal 144 180 174
Hex 90 B4 AE

RGB Percentages of Color #90b4ae

%28.92
%36.14
%34.94

CMYK Percentages of Color #90b4ae

%20
%0
%3
%29

Triadic Colors of #90b4ae

#90b4ae #ae90b4 #b4ae90

Analogous Colors of #90b4ae

#90b4ae #90a8b4 #90b49c

Monochromatic Colors of #90b4ae

#90b4ae

Complementary Color

#90b4ae #b49096

#90b4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90b4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#90b4ae Color CSS Codes

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

#90b4ae Text Font Color

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

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


#90b4ae Background Color

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

This div background color is #90b4ae


#90b4ae Border Color

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

This div border color is #90b4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90b4ae


Comments

No comments written yet.

Please login to write comment.