Color Hex Logo

#aabace Color Hex

#AABACE
(170,186,206)
0 Favorites   0 Comments

Color spaces of #aabace

RGB 170186206
HSL0.590.270.74
HSV213°17°81°
CMYK 0.170.100.00   0.19
XYZ45.277048.120165.2943
Yxy48.12010.28530.3032
Hunter Lab69.3687-4.8880-7.2496
CIE-Lab74.9006-1.3172-11.9308

#aabace color RGB value is (170,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111010 11001110
Octal 252 272 316
Decimal 170 186 206
Hex AA BA CE

RGB Percentages of Color #aabace

%30.25
%33.10
%36.65

CMYK Percentages of Color #aabace

%17
%10
%0
%19

Triadic Colors of #aabace

#aabace #ceaaba #baceaa

Analogous Colors of #aabace

#aabace #acaace #aaccce

Monochromatic Colors of #aabace

#aabace

Complementary Color

#aabace #cebeaa

#aabace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabace Color CSS Codes

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

#aabace Text Font Color

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

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


#aabace Background Color

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

This div background color is #aabace


#aabace Border Color

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

This div border color is #aabace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabace


Comments

No comments written yet.

Please login to write comment.