Color Hex Logo

#aabbcc Color Hex

#AABBCC
(170,187,204)
11 Favorites   3 Comments

Color spaces of #aabbcc

RGB 170187204
HSL0.580.250.73
HSV210°17°80°
CMYK 0.170.080.00   0.20
XYZ45.247048.446364.0930
Yxy48.44630.28680.3070
Hunter Lab69.6034-5.7686-5.8738
CIE-Lab75.1056-2.2868-10.5367

#aabbcc color RGB value is (170,187,204).

#aabbcc hex color red value is 170, green value is 187 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aabbcc hue: 0.58 , saturation: 0.25 and the lightness value of aabbcc is 0.73.

The process color (four color CMYK) of #aabbcc color hex is 0.17, 0.08, 0.00, 0.20. Web safe color of #aabbcc is #99cccc. Color #aabbcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11001100
Octal 252 273 314
Decimal 170 187 204
Hex AA BB CC

RGB Percentages of Color #aabbcc

%30.30
%33.33
%36.36

CMYK Percentages of Color #aabbcc

%17
%8
%0
%20

Triadic Colors of #aabbcc

#aabbcc #ccaabb #bbccaa

Analogous Colors of #aabbcc

#aabbcc #aaaacc #aacccc

Monochromatic Colors of #aabbcc

#aabbcc

Complementary Color

#aabbcc #ccbbaa

#aabbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbcc Color CSS Codes

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

#aabbcc Text Font Color

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

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


#aabbcc Background Color

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

This div background color is #aabbcc


#aabbcc Border Color

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

This div border color is #aabbcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,187,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 #aabbcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbcc


Comments

28 Dec 2022, 12:11 Zacapea

Nice colour, although a bit grey

27 Nov 2022, 9:59 nunoo08

abc

13 Jan 2021, 16:36 Spacebuns

i love how the complimentary colour is literally just the flipped hex for aabbcc

Please login to write comment.