Color Hex Logo

#aabdde Color Hex

#AABDDE
(170,189,222)
0 Favorites   0 Comments

Color spaces of #aabdde

RGB 170189222
HSL0.610.440.77
HSV218°23°87°
CMYK 0.230.150.00   0.13
XYZ47.960050.215276.2720
Yxy50.21520.27490.2879
Hunter Lab70.8627-3.2006-14.2120
CIE-Lab76.20120.6428-18.6551

#aabdde color RGB value is (170,189,222).

#aabdde hex color red value is 170, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aabdde hue: 0.61 , saturation: 0.44 and the lightness value of aabdde is 0.77.

The process color (four color CMYK) of #aabdde color hex is 0.23, 0.15, 0.00, 0.13. Web safe color of #aabdde is #99cccc. Color #aabdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11011110
Octal 252 275 336
Decimal 170 189 222
Hex AA BD DE

RGB Percentages of Color #aabdde

%29.26
%32.53
%38.21

CMYK Percentages of Color #aabdde

%23
%15
%0
%13

Triadic Colors of #aabdde

#aabdde #deaabd #bddeaa

Analogous Colors of #aabdde

#aabdde #b1aade #aad7de

Monochromatic Colors of #aabdde

#aabdde

Complementary Color

#aabdde #decbaa

#aabdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdde Color CSS Codes

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

#aabdde Text Font Color

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

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


#aabdde Background Color

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

This div background color is #aabdde


#aabdde Border Color

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

This div border color is #aabdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdde


Comments

No comments written yet.

Please login to write comment.