Color Hex Logo

#aabdda Color Hex

#AABDDA
(170,189,218)
0 Favorites   0 Comments

Color spaces of #aabdda

RGB 170189218
HSL0.600.390.76
HSV216°22°85°
CMYK 0.220.130.00   0.15
XYZ47.430050.003273.4814
Yxy50.00320.27750.2926
Hunter Lab70.7129-4.0206-12.1122
CIE-Lab76.0712-0.2689-16.6859

#aabdda color RGB value is (170,189,218).

#aabdda hex color red value is 170, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aabdda hue: 0.60 , saturation: 0.39 and the lightness value of aabdda is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11011010
Octal 252 275 332
Decimal 170 189 218
Hex AA BD DA

RGB Percentages of Color #aabdda

%29.46
%32.76
%37.78

CMYK Percentages of Color #aabdda

%22
%13
%0
%15

Triadic Colors of #aabdda

#aabdda #daaabd #bddaaa

Analogous Colors of #aabdda

#aabdda #afaada #aad5da

Monochromatic Colors of #aabdda

#aabdda

Complementary Color

#aabdda #dac7aa

#aabdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdda Color CSS Codes

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

#aabdda Text Font Color

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

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


#aabdda Background Color

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

This div background color is #aabdda


#aabdda Border Color

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

This div border color is #aabdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdda


Comments

No comments written yet.

Please login to write comment.