Color Hex Logo

#aabfea Color Hex

#AABFEA
(170,191,234)
0 Favorites   0 Comments

Color spaces of #aabfea

RGB 170191234
HSL0.610.600.79
HSV220°27°92°
CMYK 0.270.180.00   0.08
XYZ50.059651.748285.1919
Yxy51.74820.26770.2767
Hunter Lab71.9362-1.6723-19.8600
CIE-Lab77.13002.3651-23.7242

#aabfea color RGB value is (170,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111111 11101010
Octal 252 277 352
Decimal 170 191 234
Hex AA BF EA

RGB Percentages of Color #aabfea

%28.57
%32.10
%39.33

CMYK Percentages of Color #aabfea

%27
%18
%0
%8

Triadic Colors of #aabfea

#aabfea #eaaabf #bfeaaa

Analogous Colors of #aabfea

#aabfea #b5aaea #aadfea

Monochromatic Colors of #aabfea

#aabfea

Complementary Color

#aabfea #ead5aa

#aabfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabfea Color CSS Codes

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

#aabfea Text Font Color

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

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


#aabfea Background Color

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

This div background color is #aabfea


#aabfea Border Color

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

This div border color is #aabfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabfea


Comments

No comments written yet.

Please login to write comment.