Color Hex Logo

#aabec7 Color Hex

#AABEC7
(170,190,199)
0 Favorites   0 Comments

Color spaces of #aabec7

RGB 170190199
HSL0.550.210.72
HSV199°15°78°
CMYK 0.150.050.00   0.22
XYZ45.299849.496561.1991
Yxy49.49650.29040.3173
Hunter Lab70.3537-8.1854-2.3274
CIE-Lab75.7592-4.9523-6.8481

#aabec7 color RGB value is (170,190,199).

#aabec7 hex color red value is 170, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #aabec7 hue: 0.55 , saturation: 0.21 and the lightness value of aabec7 is 0.72.

The process color (four color CMYK) of #aabec7 color hex is 0.15, 0.05, 0.00, 0.22. Web safe color of #aabec7 is #99cccc. Color #aabec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11000111
Octal 252 276 307
Decimal 170 190 199
Hex AA BE C7

RGB Percentages of Color #aabec7

%30.41
%33.99
%35.60

CMYK Percentages of Color #aabec7

%15
%5
%0
%22

Triadic Colors of #aabec7

#aabec7 #c7aabe #bec7aa

Analogous Colors of #aabec7

#aabec7 #aab0c7 #aac7c2

Monochromatic Colors of #aabec7

#aabec7

Complementary Color

#aabec7 #c7b3aa

#aabec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabec7 Color CSS Codes

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

#aabec7 Text Font Color

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

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


#aabec7 Background Color

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

This div background color is #aabec7


#aabec7 Border Color

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

This div border color is #aabec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabec7

#aabec7 Color Palettes


Comments

No comments written yet.

Please login to write comment.