Color Hex Logo

#9aaabe Color Hex

#9AAABE
(154,170,190)
0 Favorites   0 Comments

Color spaces of #9aaabe

RGB 154170190
HSL0.590.220.67
HSV213°19°75°
CMYK 0.190.110.00   0.25
XYZ36.995439.337254.3582
Yxy39.33720.28310.3010
Hunter Lab62.7194-4.4696-7.4824
CIE-Lab68.9948-1.2895-12.1163

#9aaabe color RGB value is (154,170,190).

#9aaabe hex color red value is 154, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9aaabe hue: 0.59 , saturation: 0.22 and the lightness value of 9aaabe is 0.67.

The process color (four color CMYK) of #9aaabe color hex is 0.19, 0.11, 0.00, 0.25. Web safe color of #9aaabe is #9999cc. Color #9aaabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101010 10111110
Octal 232 252 276
Decimal 154 170 190
Hex 9A AA BE

RGB Percentages of Color #9aaabe

%29.96
%33.07
%36.96

CMYK Percentages of Color #9aaabe

%19
%11
%0
%25

Triadic Colors of #9aaabe

#9aaabe #be9aaa #aabe9a

Analogous Colors of #9aaabe

#9aaabe #9c9abe #9abcbe

Monochromatic Colors of #9aaabe

#9aaabe

Complementary Color

#9aaabe #beae9a

#9aaabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaabe Color CSS Codes

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

#9aaabe Text Font Color

<p style="color:#9aaabe">Text here</p>

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


#9aaabe Background Color

<div style="background-color:#9aaabe">
Div content here</div>

This div background color is #9aaabe


#9aaabe Border Color

<div style="border:3px solid #9aaabe">
Div here</div>

This div border color is #9aaabe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,170,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9aaabe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9aaabe;
  -webkit-box-shadow: 1px 1px 3px 2px #9aaabe;
  box-shadow:         1px 1px 3px 2px #9aaabe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,170,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaabe

#9aaabe Color Palettes


Comments

No comments written yet.

Please login to write comment.