Color Hex Logo

#aab7ce Color Hex

#AAB7CE
(170,183,206)
0 Favorites   0 Comments

Color spaces of #aab7ce

RGB 170183206
HSL0.610.270.74
HSV218°17°81°
CMYK 0.170.110.00   0.19
XYZ44.651646.869365.0858
Yxy46.86930.28510.2993
Hunter Lab68.4612-3.3861-8.4440
CIE-Lab74.10610.3012-13.1209

#aab7ce color RGB value is (170,183,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110111 11001110
Octal 252 267 316
Decimal 170 183 206
Hex AA B7 CE

RGB Percentages of Color #aab7ce

%30.41
%32.74
%36.85

CMYK Percentages of Color #aab7ce

%17
%11
%0
%19

Triadic Colors of #aab7ce

#aab7ce #ceaab7 #b7ceaa

Analogous Colors of #aab7ce

#aab7ce #afaace #aac9ce

Monochromatic Colors of #aab7ce

#aab7ce

Complementary Color

#aab7ce #cec1aa

#aab7ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab7ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab7ce Color CSS Codes

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

#aab7ce Text Font Color

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

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


#aab7ce Background Color

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

This div background color is #aab7ce


#aab7ce Border Color

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

This div border color is #aab7ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab7ce

#aab7ce Color Palettes


Comments

No comments written yet.

Please login to write comment.