Color Hex Logo

#aaddef Color Hex

#AADDEF
(170,221,239)
0 Favorites   0 Comments

Color spaces of #aaddef

RGB 170221239
HSL0.540.680.80
HSV196°29°94°
CMYK 0.290.080.00   0.06
XYZ58.014066.490991.4377
Yxy66.49090.26870.3079
Hunter Lab81.5420-15.7025-9.4059
CIE-Lab85.2462-12.2736-14.1288

#aaddef color RGB value is (170,221,239).

#aaddef hex color red value is 170, green value is 221 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aaddef hue: 0.54 , saturation: 0.68 and the lightness value of aaddef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11101111
Octal 252 335 357
Decimal 170 221 239
Hex AA DD EF

RGB Percentages of Color #aaddef

%26.98
%35.08
%37.94

CMYK Percentages of Color #aaddef

%29
%8
%0
%6

Triadic Colors of #aaddef

#aaddef #efaadd #ddefaa

Analogous Colors of #aaddef

#aaddef #aabbef #aaefdf

Monochromatic Colors of #aaddef

#aaddef

Complementary Color

#aaddef #efbcaa

#aaddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddef Color CSS Codes

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

#aaddef Text Font Color

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

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


#aaddef Background Color

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

This div background color is #aaddef


#aaddef Border Color

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

This div border color is #aaddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddef


Comments

No comments written yet.

Please login to write comment.