Color Hex Logo

#90aebb Color Hex

#90AEBB
(144,174,187)
1 Favorites   0 Comments

Color spaces of #90aebb

RGB 144174187
HSL0.550.240.65
HSV198°23°73°
CMYK 0.230.070.00   0.27
XYZ35.607339.789352.8171
Yxy39.78930.27770.3103
Hunter Lab63.0788-9.6264-5.4896
CIE-Lab69.3192-7.3119-10.0433

#90aebb color RGB value is (144,174,187).

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

The process color (four color CMYK) of #90aebb color hex is 0.23, 0.07, 0.00, 0.27. Web safe color of #90aebb is #9999cc. Color #90aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101110 10111011
Octal 220 256 273
Decimal 144 174 187
Hex 90 AE BB

RGB Percentages of Color #90aebb

%28.51
%34.46
%37.03

CMYK Percentages of Color #90aebb

%23
%7
%0
%27

Triadic Colors of #90aebb

#90aebb #bb90ae #aebb90

Analogous Colors of #90aebb

#90aebb #9099bb #90bbb3

Monochromatic Colors of #90aebb

#90aebb

Complementary Color

#90aebb #bb9d90

#90aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90aebb Color CSS Codes

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

#90aebb Text Font Color

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

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


#90aebb Background Color

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

This div background color is #90aebb


#90aebb Border Color

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

This div border color is #90aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90aebb


Comments

No comments written yet.

Please login to write comment.