Color Hex Logo

#aabdee Color Hex

#AABDEE
(170,189,238)
0 Favorites   0 Comments

Color spaces of #aabdee

RGB 170189238
HSL0.620.670.80
HSV223°29°93°
CMYK 0.290.210.00   0.07
XYZ50.207851.114388.1087
Yxy51.11430.26500.2698
Hunter Lab71.49430.2390-23.0223
CIE-Lab76.74824.4090-26.4623

#aabdee color RGB value is (170,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11101110
Octal 252 275 356
Decimal 170 189 238
Hex AA BD EE

RGB Percentages of Color #aabdee

%28.48
%31.66
%39.87

CMYK Percentages of Color #aabdee

%29
%21
%0
%7

Triadic Colors of #aabdee

#aabdee #eeaabd #bdeeaa

Analogous Colors of #aabdee

#aabdee #b9aaee #aadfee

Monochromatic Colors of #aabdee

#aabdee

Complementary Color

#aabdee #eedbaa

#aabdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdee Color CSS Codes

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

#aabdee Text Font Color

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

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


#aabdee Background Color

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

This div background color is #aabdee


#aabdee Border Color

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

This div border color is #aabdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdee


Comments

No comments written yet.

Please login to write comment.