Color Hex Logo

#aab8ea Color Hex

#AAB8EA
(170,184,234)
0 Favorites   0 Comments

Color spaces of #aab8ea

RGB 170184234
HSL0.630.600.79
HSV227°27°92°
CMYK 0.270.210.00   0.08
XYZ48.569348.767584.6951
Yxy48.76750.26680.2679
Hunter Lab69.83371.9376-23.0239
CIE-Lab75.30656.1779-26.5094

#aab8ea color RGB value is (170,184,234).

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

The process color (four color CMYK) of #aab8ea color hex is 0.27, 0.21, 0.00, 0.08. Web safe color of #aab8ea is #99ccff. Color #aab8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 11101010
Octal 252 270 352
Decimal 170 184 234
Hex AA B8 EA

RGB Percentages of Color #aab8ea

%28.91
%31.29
%39.80

CMYK Percentages of Color #aab8ea

%27
%21
%0
%8

Triadic Colors of #aab8ea

#aab8ea #eaaab8 #b8eaaa

Analogous Colors of #aab8ea

#aab8ea #bcaaea #aad8ea

Monochromatic Colors of #aab8ea

#aab8ea

Complementary Color

#aab8ea #eadcaa

#aab8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab8ea Color CSS Codes

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

#aab8ea Text Font Color

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

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


#aab8ea Background Color

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

This div background color is #aab8ea


#aab8ea Border Color

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

This div border color is #aab8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab8ea


Comments

No comments written yet.

Please login to write comment.