Color Hex Logo

#aab2ce Color Hex

#AAB2CE
(170,178,206)
0 Favorites   0 Comments

Color spaces of #aab2ce

RGB 170178206
HSL0.630.270.74
HSV227°17°81°
CMYK 0.170.140.00   0.19
XYZ43.638544.843164.7481
Yxy44.84310.28480.2927
Hunter Lab66.9650-0.8672-10.4517
CIE-Lab72.78853.0185-15.1008

#aab2ce color RGB value is (170,178,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 11001110
Octal 252 262 316
Decimal 170 178 206
Hex AA B2 CE

RGB Percentages of Color #aab2ce

%30.69
%32.13
%37.18

CMYK Percentages of Color #aab2ce

%17
%14
%0
%19

Triadic Colors of #aab2ce

#aab2ce #ceaab2 #b2ceaa

Analogous Colors of #aab2ce

#aab2ce #b4aace #aac4ce

Monochromatic Colors of #aab2ce

#aab2ce

Complementary Color

#aab2ce #cec6aa

#aab2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab2ce Color CSS Codes

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

#aab2ce Text Font Color

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

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


#aab2ce Background Color

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

This div background color is #aab2ce


#aab2ce Border Color

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

This div border color is #aab2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab2ce


Comments

No comments written yet.

Please login to write comment.