Color Hex Logo

#aabccc Color Hex

#AABCCC
(170,188,204)
0 Favorites   0 Comments

Color spaces of #aabccc

RGB 170188204
HSL0.580.250.73
HSV208°17°80°
CMYK 0.170.080.00   0.20
XYZ45.459948.872164.1640
Yxy48.87210.28680.3083
Hunter Lab69.9086-6.2657-5.4820
CIE-Lab75.3717-2.8225-10.1397

#aabccc color RGB value is (170,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111100 11001100
Octal 252 274 314
Decimal 170 188 204
Hex AA BC CC

RGB Percentages of Color #aabccc

%30.25
%33.45
%36.30

CMYK Percentages of Color #aabccc

%17
%8
%0
%20

Triadic Colors of #aabccc

#aabccc #ccaabc #bcccaa

Analogous Colors of #aabccc

#aabccc #aaabcc #aacccb

Monochromatic Colors of #aabccc

#aabccc

Complementary Color

#aabccc #ccbaaa

#aabccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabccc Color CSS Codes

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

#aabccc Text Font Color

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

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


#aabccc Background Color

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

This div background color is #aabccc


#aabccc Border Color

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

This div border color is #aabccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabccc


Comments

No comments written yet.

Please login to write comment.