Color Hex Logo

#aad7ea Color Hex

#AAD7EA
(170,215,234)
0 Favorites   0 Comments

Color spaces of #aad7ea

RGB 170215234
HSL0.550.600.79
HSV198°27°92°
CMYK 0.270.080.00   0.08
XYZ55.729363.087487.0817
Yxy63.08740.27070.3064
Hunter Lab79.4276-13.7561-9.4042
CIE-Lab83.4883-10.3391-14.1144

#aad7ea color RGB value is (170,215,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 11101010
Octal 252 327 352
Decimal 170 215 234
Hex AA D7 EA

RGB Percentages of Color #aad7ea

%27.46
%34.73
%37.80

CMYK Percentages of Color #aad7ea

%27
%8
%0
%8

Triadic Colors of #aad7ea

#aad7ea #eaaad7 #d7eaaa

Analogous Colors of #aad7ea

#aad7ea #aab7ea #aaeadd

Monochromatic Colors of #aad7ea

#aad7ea

Complementary Color

#aad7ea #eabdaa

#aad7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad7ea Color CSS Codes

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

#aad7ea Text Font Color

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

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


#aad7ea Background Color

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

This div background color is #aad7ea


#aad7ea Border Color

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

This div border color is #aad7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad7ea


Comments

No comments written yet.

Please login to write comment.