Color Hex Logo

#aab6cf Color Hex

#AAB6CF
(170,182,207)
0 Favorites   0 Comments

Color spaces of #aab6cf

RGB 170182207
HSL0.610.280.74
HSV221°18°81°
CMYK 0.180.120.00   0.19
XYZ44.568046.506965.6592
Yxy46.50690.28440.2967
Hunter Lab68.1960-2.6881-9.3473
CIE-Lab73.87331.0621-14.0157

#aab6cf color RGB value is (170,182,207).

#aab6cf hex color red value is 170, green value is 182 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #aab6cf hue: 0.61 , saturation: 0.28 and the lightness value of aab6cf is 0.74.

The process color (four color CMYK) of #aab6cf color hex is 0.18, 0.12, 0.00, 0.19. Web safe color of #aab6cf is #99cccc. Color #aab6cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110110 11001111
Octal 252 266 317
Decimal 170 182 207
Hex AA B6 CF

RGB Percentages of Color #aab6cf

%30.41
%32.56
%37.03

CMYK Percentages of Color #aab6cf

%18
%12
%0
%19

Triadic Colors of #aab6cf

#aab6cf #cfaab6 #b6cfaa

Analogous Colors of #aab6cf

#aab6cf #b1aacf #aac9cf

Monochromatic Colors of #aab6cf

#aab6cf

Complementary Color

#aab6cf #cfc3aa

#aab6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab6cf Color CSS Codes

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

#aab6cf Text Font Color

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

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


#aab6cf Background Color

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

This div background color is #aab6cf


#aab6cf Border Color

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

This div border color is #aab6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab6cf

#aab6cf Color Palettes


Comments

No comments written yet.

Please login to write comment.