Color Hex Logo

#aab4ce Color Hex

#AAB4CE
(170,180,206)
0 Favorites   0 Comments

Color spaces of #aab4ce

RGB 170180206
HSL0.620.270.74
HSV223°17°81°
CMYK 0.170.130.00   0.19
XYZ44.039445.644864.8817
Yxy45.64480.28490.2953
Hunter Lab67.5609-1.8769-9.6461
CIE-Lab73.31451.9289-14.3095

#aab4ce color RGB value is (170,180,206).

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

The process color (four color CMYK) of #aab4ce color hex is 0.17, 0.13, 0.00, 0.19. Web safe color of #aab4ce is #99cccc. Color #aab4ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11001110
Octal 252 264 316
Decimal 170 180 206
Hex AA B4 CE

RGB Percentages of Color #aab4ce

%30.58
%32.37
%37.05

CMYK Percentages of Color #aab4ce

%17
%13
%0
%19

Triadic Colors of #aab4ce

#aab4ce #ceaab4 #b4ceaa

Analogous Colors of #aab4ce

#aab4ce #b2aace #aac6ce

Monochromatic Colors of #aab4ce

#aab4ce

Complementary Color

#aab4ce #cec4aa

#aab4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4ce Color CSS Codes

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

#aab4ce Text Font Color

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

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


#aab4ce Background Color

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

This div background color is #aab4ce


#aab4ce Border Color

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

This div border color is #aab4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4ce


Comments

No comments written yet.

Please login to write comment.