Color Hex Logo

#aab1ce Color Hex

#AAB1CE
(170,177,206)
0 Favorites   0 Comments

Color spaces of #aab1ce

RGB 170177206
HSL0.630.270.74
HSV228°17°81°
CMYK 0.170.140.00   0.19
XYZ43.440344.446664.6820
Yxy44.44660.28470.2913
Hunter Lab66.6683-0.3609-10.8557
CIE-Lab72.52603.5649-15.4961

#aab1ce color RGB value is (170,177,206).

#aab1ce hex color red value is 170, green value is 177 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aab1ce hue: 0.63 , saturation: 0.27 and the lightness value of aab1ce is 0.74.

The process color (four color CMYK) of #aab1ce color hex is 0.17, 0.14, 0.00, 0.19. Web safe color of #aab1ce is #9999cc. Color #aab1ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110001 11001110
Octal 252 261 316
Decimal 170 177 206
Hex AA B1 CE

RGB Percentages of Color #aab1ce

%30.74
%32.01
%37.25

CMYK Percentages of Color #aab1ce

%17
%14
%0
%19

Triadic Colors of #aab1ce

#aab1ce #ceaab1 #b1ceaa

Analogous Colors of #aab1ce

#aab1ce #b5aace #aac3ce

Monochromatic Colors of #aab1ce

#aab1ce

Complementary Color

#aab1ce #cec7aa

#aab1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab1ce Color CSS Codes

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

#aab1ce Text Font Color

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

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


#aab1ce Background Color

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

This div background color is #aab1ce


#aab1ce Border Color

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

This div border color is #aab1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab1ce


Comments

No comments written yet.

Please login to write comment.