Color Hex Logo

#aabdd4 Color Hex

#AABDD4
(170,189,212)
0 Favorites   0 Comments

Color spaces of #aabdd4

RGB 170189212
HSL0.590.330.75
HSV213°20°83°
CMYK 0.200.110.00   0.17
XYZ46.658849.694769.4202
Yxy49.69470.28150.2998
Hunter Lab70.4945-5.2199-9.0403
CIE-Lab75.8815-1.6123-13.7197

#aabdd4 color RGB value is (170,189,212).

#aabdd4 hex color red value is 170, green value is 189 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #aabdd4 hue: 0.59 , saturation: 0.33 and the lightness value of aabdd4 is 0.75.

The process color (four color CMYK) of #aabdd4 color hex is 0.20, 0.11, 0.00, 0.17. Web safe color of #aabdd4 is #99cccc. Color #aabdd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111101 11010100
Octal 252 275 324
Decimal 170 189 212
Hex AA BD D4

RGB Percentages of Color #aabdd4

%29.77
%33.10
%37.13

CMYK Percentages of Color #aabdd4

%20
%11
%0
%17

Triadic Colors of #aabdd4

#aabdd4 #d4aabd #bdd4aa

Analogous Colors of #aabdd4

#aabdd4 #acaad4 #aad2d4

Monochromatic Colors of #aabdd4

#aabdd4

Complementary Color

#aabdd4 #d4c1aa

#aabdd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabdd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabdd4 Color CSS Codes

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

#aabdd4 Text Font Color

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

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


#aabdd4 Background Color

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

This div background color is #aabdd4


#aabdd4 Border Color

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

This div border color is #aabdd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabdd4


Comments

No comments written yet.

Please login to write comment.