Color Hex Logo

#aad4ee Color Hex

#AAD4EE
(170,212,238)
0 Favorites   0 Comments

Color spaces of #aad4ee

RGB 170212238
HSL0.560.670.80
HSV203°29°93°
CMYK 0.290.110.00   0.07
XYZ55.553761.806189.8907
Yxy61.80610.26810.2982
Hunter Lab78.6169-11.4445-12.7605
CIE-Lab82.8102-7.8561-17.2586

#aad4ee color RGB value is (170,212,238).

#aad4ee hex color red value is 170, green value is 212 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aad4ee hue: 0.56 , saturation: 0.67 and the lightness value of aad4ee is 0.80.

The process color (four color CMYK) of #aad4ee color hex is 0.29, 0.11, 0.00, 0.07. Web safe color of #aad4ee is #99ccff. Color #aad4ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 11101110
Octal 252 324 356
Decimal 170 212 238
Hex AA D4 EE

RGB Percentages of Color #aad4ee

%27.42
%34.19
%38.39

CMYK Percentages of Color #aad4ee

%29
%11
%0
%7

Triadic Colors of #aad4ee

#aad4ee #eeaad4 #d4eeaa

Analogous Colors of #aad4ee

#aad4ee #aab2ee #aaeee6

Monochromatic Colors of #aad4ee

#aad4ee

Complementary Color

#aad4ee #eec4aa

#aad4ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad4ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad4ee Color CSS Codes

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

#aad4ee Text Font Color

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

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


#aad4ee Background Color

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

This div background color is #aad4ee


#aad4ee Border Color

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

This div border color is #aad4ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad4ee


Comments

No comments written yet.

Please login to write comment.