Color Hex Logo

#aad2ea Color Hex

#AAD2EA
(170,210,234)
0 Favorites   0 Comments

Color spaces of #aad2ea

RGB 170210234
HSL0.560.600.79
HSV203°27°92°
CMYK 0.270.100.00   0.08
XYZ54.475460.579786.6638
Yxy60.57970.27010.3003
Hunter Lab77.8330-11.2753-11.5339
CIE-Lab82.1523-7.7427-16.1205

#aad2ea color RGB value is (170,210,234).

#aad2ea hex color red value is 170, green value is 210 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aad2ea hue: 0.56 , saturation: 0.60 and the lightness value of aad2ea is 0.79.

The process color (four color CMYK) of #aad2ea color hex is 0.27, 0.10, 0.00, 0.08. Web safe color of #aad2ea is #99ccff. Color #aad2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 11101010
Octal 252 322 352
Decimal 170 210 234
Hex AA D2 EA

RGB Percentages of Color #aad2ea

%27.69
%34.20
%38.11

CMYK Percentages of Color #aad2ea

%27
%10
%0
%8

Triadic Colors of #aad2ea

#aad2ea #eaaad2 #d2eaaa

Analogous Colors of #aad2ea

#aad2ea #aab2ea #aaeae2

Monochromatic Colors of #aad2ea

#aad2ea

Complementary Color

#aad2ea #eac2aa

#aad2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad2ea Color CSS Codes

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

#aad2ea Text Font Color

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

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


#aad2ea Background Color

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

This div background color is #aad2ea


#aad2ea Border Color

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

This div border color is #aad2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad2ea


Comments

No comments written yet.

Please login to write comment.