Color Hex Logo

#90bcae Color Hex

#90BCAE
(144,188,174)
0 Favorites   0 Comments

Color spaces of #90bcae

RGB 144188174
HSL0.450.250.65
HSV161°23°74°
CMYK 0.230.000.07   0.26
XYZ37.124844.951746.7643
Yxy44.95170.28810.3489
Hunter Lab67.0460-18.49135.5777
CIE-Lab72.8601-17.52502.3097

#90bcae color RGB value is (144,188,174).

#90bcae hex color red value is 144, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #90bcae hue: 0.45 , saturation: 0.25 and the lightness value of 90bcae is 0.65.

The process color (four color CMYK) of #90bcae color hex is 0.23, 0.00, 0.07, 0.26. Web safe color of #90bcae is #99cc99. Color #90bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 10101110
Octal 220 274 256
Decimal 144 188 174
Hex 90 BC AE

RGB Percentages of Color #90bcae

%28.46
%37.15
%34.39

CMYK Percentages of Color #90bcae

%23
%0
%7
%26

Triadic Colors of #90bcae

#90bcae #ae90bc #bcae90

Analogous Colors of #90bcae

#90bcae #90b4bc #90bc98

Monochromatic Colors of #90bcae

#90bcae

Complementary Color

#90bcae #bc909e

#90bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcae Color CSS Codes

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

#90bcae Text Font Color

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

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


#90bcae Background Color

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

This div background color is #90bcae


#90bcae Border Color

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

This div border color is #90bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcae


Comments

No comments written yet.

Please login to write comment.