Color Hex Logo

#aabbee Color Hex

#AABBEE
(170,187,238)
2 Favorites   0 Comments

Color spaces of #aabbee

RGB 170187238
HSL0.630.670.80
HSV225°29°93°
CMYK 0.290.210.00   0.07
XYZ49.780550.259787.9663
Yxy50.25970.26480.2673
Hunter Lab70.89411.2747-23.9420
CIE-Lab76.22845.4996-27.2580

#aabbee color RGB value is (170,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 11101110
Octal 252 273 356
Decimal 170 187 238
Hex AA BB EE

RGB Percentages of Color #aabbee

%28.57
%31.43
%40.00

CMYK Percentages of Color #aabbee

%29
%21
%0
%7

Triadic Colors of #aabbee

#aabbee #eeaabb #bbeeaa

Analogous Colors of #aabbee

#aabbee #bbaaee #aaddee

Monochromatic Colors of #aabbee

#aabbee

Complementary Color

#aabbee #eeddaa

#aabbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabbee Color CSS Codes

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

#aabbee Text Font Color

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

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


#aabbee Background Color

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

This div background color is #aabbee


#aabbee Border Color

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

This div border color is #aabbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabbee


Comments

No comments written yet.

Please login to write comment.