Color Hex Logo

#9aaacc Color Hex

#9AAACC
(154,170,204)
0 Favorites   0 Comments

Color spaces of #9aaacc

RGB 154170204
HSL0.610.330.70
HSV221°25°80°
CMYK 0.250.170.00   0.20
XYZ38.600239.979162.8090
Yxy39.97910.27300.2828
Hunter Lab63.2290-1.6797-14.6358
CIE-Lab69.45461.9326-19.1528

#9aaacc color RGB value is (154,170,204).

#9aaacc hex color red value is 154, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9aaacc hue: 0.61 , saturation: 0.33 and the lightness value of 9aaacc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10101010 11001100
Octal 232 252 314
Decimal 154 170 204
Hex 9A AA CC

RGB Percentages of Color #9aaacc

%29.17
%32.20
%38.64

CMYK Percentages of Color #9aaacc

%25
%17
%0
%20

Triadic Colors of #9aaacc

#9aaacc #cc9aaa #aacc9a

Analogous Colors of #9aaacc

#9aaacc #a39acc #9ac3cc

Monochromatic Colors of #9aaacc

#9aaacc

Complementary Color

#9aaacc #ccbc9a

#9aaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9aaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9aaacc Color CSS Codes

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

#9aaacc Text Font Color

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

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


#9aaacc Background Color

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

This div background color is #9aaacc


#9aaacc Border Color

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

This div border color is #9aaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9aaacc


Comments

No comments written yet.

Please login to write comment.