Color Hex Logo

#aab4dd Color Hex

#AAB4DD
(170,180,221)
0 Favorites   0 Comments

Color spaces of #aab4dd

RGB 170180221
HSL0.630.430.77
HSV228°23°87°
CMYK 0.230.190.00   0.13
XYZ45.950046.409074.9426
Yxy46.40900.27470.2774
Hunter Lab68.12421.1817-17.5373
CIE-Lab73.81015.3084-21.7395

#aab4dd color RGB value is (170,180,221).

#aab4dd hex color red value is 170, green value is 180 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aab4dd hue: 0.63 , saturation: 0.43 and the lightness value of aab4dd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110100 11011101
Octal 252 264 335
Decimal 170 180 221
Hex AA B4 DD

RGB Percentages of Color #aab4dd

%29.77
%31.52
%38.70

CMYK Percentages of Color #aab4dd

%23
%19
%0
%13

Triadic Colors of #aab4dd

#aab4dd #ddaab4 #b4ddaa

Analogous Colors of #aab4dd

#aab4dd #baaadd #aacedd

Monochromatic Colors of #aab4dd

#aab4dd

Complementary Color

#aab4dd #ddd3aa

#aab4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab4dd Color CSS Codes

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

#aab4dd Text Font Color

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

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


#aab4dd Background Color

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

This div background color is #aab4dd


#aab4dd Border Color

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

This div border color is #aab4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab4dd


Comments

No comments written yet.

Please login to write comment.