Color Hex Logo

#aad3ea Color Hex

#AAD3EA
(170,211,234)
0 Favorites   0 Comments

Color spaces of #aad3ea

RGB 170211234
HSL0.560.600.79
HSV202°27°92°
CMYK 0.270.100.00   0.08
XYZ54.723161.075186.7464
Yxy61.07510.27020.3015
Hunter Lab78.1506-11.7730-11.1060
CIE-Lab82.4191-8.2642-15.7193

#aad3ea color RGB value is (170,211,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 11101010
Octal 252 323 352
Decimal 170 211 234
Hex AA D3 EA

RGB Percentages of Color #aad3ea

%27.64
%34.31
%38.05

CMYK Percentages of Color #aad3ea

%27
%10
%0
%8

Triadic Colors of #aad3ea

#aad3ea #eaaad3 #d3eaaa

Analogous Colors of #aad3ea

#aad3ea #aab3ea #aaeae1

Monochromatic Colors of #aad3ea

#aad3ea

Complementary Color

#aad3ea #eac1aa

#aad3ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad3ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad3ea Color CSS Codes

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

#aad3ea Text Font Color

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

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


#aad3ea Background Color

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

This div background color is #aad3ea


#aad3ea Border Color

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

This div border color is #aad3ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,211,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 #aad3ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad3ea


Comments

No comments written yet.

Please login to write comment.