Color Hex Logo

#aabeef Color Hex

#AABEEF
(170,190,239)
0 Favorites   0 Comments

Color spaces of #aabeef

RGB 170190239
HSL0.620.680.80
HSV223°29°94°
CMYK 0.290.210.00   0.06
XYZ50.571051.605088.9567
Yxy51.60500.26460.2700
Hunter Lab71.8366-0.0550-23.1343
CIE-Lab77.04404.1060-26.5482

#aabeef color RGB value is (170,190,239).

#aabeef hex color red value is 170, green value is 190 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aabeef hue: 0.62 , saturation: 0.68 and the lightness value of aabeef is 0.80.

The process color (four color CMYK) of #aabeef color hex is 0.29, 0.21, 0.00, 0.06. Web safe color of #aabeef is #99ccff. Color #aabeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11101111
Octal 252 276 357
Decimal 170 190 239
Hex AA BE EF

RGB Percentages of Color #aabeef

%28.38
%31.72
%39.90

CMYK Percentages of Color #aabeef

%29
%21
%0
%6

Triadic Colors of #aabeef

#aabeef #efaabe #beefaa

Analogous Colors of #aabeef

#aabeef #b9aaef #aae1ef

Monochromatic Colors of #aabeef

#aabeef

Complementary Color

#aabeef #efdbaa

#aabeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeef Color CSS Codes

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

#aabeef Text Font Color

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

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


#aabeef Background Color

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

This div background color is #aabeef


#aabeef Border Color

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

This div border color is #aabeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeef


Comments

No comments written yet.

Please login to write comment.