Color Hex Logo

#aabeff Color Hex

#AABEFF
(170,190,255)
0 Favorites   0 Comments

Color spaces of #aabeff

RGB 170190255
HSL0.631.000.83
HSV226°33°100°
CMYK 0.330.250.00   0.00
XYZ53.041052.5930101.9636
Yxy52.59300.25550.2533
Hunter Lab72.52103.6409-32.5962
CIE-Lab77.63418.0545-34.2323

#aabeff color RGB value is (170,190,255).

#aabeff hex color red value is 170, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aabeff hue: 0.63 , saturation: 1.00 and the lightness value of aabeff is 0.83.

The process color (four color CMYK) of #aabeff color hex is 0.33, 0.25, 0.00, 0.00. Web safe color of #aabeff is #99ccff. Color #aabeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11111111
Octal 252 276 377
Decimal 170 190 255
Hex AA BE FF

RGB Percentages of Color #aabeff

%27.64
%30.89
%41.46

CMYK Percentages of Color #aabeff

%33
%25
%0
%0

Triadic Colors of #aabeff

#aabeff #ffaabe #beffaa

Analogous Colors of #aabeff

#aabeff #c1aaff #aae9ff

Monochromatic Colors of #aabeff

#aabeff

Complementary Color

#aabeff #ffebaa

#aabeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeff Color CSS Codes

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

#aabeff Text Font Color

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

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


#aabeff Background Color

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

This div background color is #aabeff


#aabeff Border Color

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

This div border color is #aabeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeff


Comments

No comments written yet.

Please login to write comment.