Color Hex Logo

#aabeee Color Hex

#AABEEE
(170,190,238)
0 Favorites   0 Comments

Color spaces of #aabeee

RGB 170190238
HSL0.620.670.80
HSV222°29°93°
CMYK 0.290.200.00   0.07
XYZ50.423651.546088.1807
Yxy51.54600.26520.2711
Hunter Lab71.7955-0.2777-22.5643
CIE-Lab77.00863.8649-26.0641

#aabeee color RGB value is (170,190,238).

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

The process color (four color CMYK) of #aabeee color hex is 0.29, 0.20, 0.00, 0.07. Web safe color of #aabeee is #99ccff. Color #aabeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 11101110
Octal 252 276 356
Decimal 170 190 238
Hex AA BE EE

RGB Percentages of Color #aabeee

%28.43
%31.77
%39.80

CMYK Percentages of Color #aabeee

%29
%20
%0
%7

Triadic Colors of #aabeee

#aabeee #eeaabe #beeeaa

Analogous Colors of #aabeee

#aabeee #b8aaee #aae0ee

Monochromatic Colors of #aabeee

#aabeee

Complementary Color

#aabeee #eedaaa

#aabeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabeee Color CSS Codes

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

#aabeee Text Font Color

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

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


#aabeee Background Color

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

This div background color is #aabeee


#aabeee Border Color

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

This div border color is #aabeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabeee


Comments

No comments written yet.

Please login to write comment.