Color Hex Logo

#aaabea Color Hex

#AAABEA
(170,171,234)
0 Favorites   0 Comments

Color spaces of #aaabea

RGB 170171234
HSL0.660.600.79
HSV239°27°92°
CMYK 0.270.270.00   0.08
XYZ45.991843.612483.8359
Yxy43.61240.26520.2515
Hunter Lab66.03978.7427-29.0395
CIE-Lab71.968713.3648-31.6401

#aaabea color RGB value is (170,171,234).

#aaabea hex color red value is 170, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aaabea hue: 0.66 , saturation: 0.60 and the lightness value of aaabea is 0.79.

The process color (four color CMYK) of #aaabea color hex is 0.27, 0.27, 0.00, 0.08. Web safe color of #aaabea is #9999ff. Color #aaabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101011 11101010
Octal 252 253 352
Decimal 170 171 234
Hex AA AB EA

RGB Percentages of Color #aaabea

%29.57
%29.74
%40.70

CMYK Percentages of Color #aaabea

%27
%27
%0
%8

Triadic Colors of #aaabea

#aaabea #eaaaab #abeaaa

Analogous Colors of #aaabea

#aaabea #c9aaea #aacbea

Monochromatic Colors of #aaabea

#aaabea

Complementary Color

#aaabea #eae9aa

#aaabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaabea Color CSS Codes

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

#aaabea Text Font Color

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

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


#aaabea Background Color

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

This div background color is #aaabea


#aaabea Border Color

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

This div border color is #aaabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaabea


Comments

No comments written yet.

Please login to write comment.