Color Hex Logo

#aaddec Color Hex

#AADDEC
(170,221,236)
0 Favorites   0 Comments

Color spaces of #aaddec

RGB 170221236
HSL0.540.630.80
HSV194°28°93°
CMYK 0.280.060.00   0.07
XYZ57.574366.315189.1225
Yxy66.31510.27030.3113
Hunter Lab81.4341-16.3093-7.8839
CIE-Lab85.1569-12.9629-12.6766

#aaddec color RGB value is (170,221,236).

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

The process color (four color CMYK) of #aaddec color hex is 0.28, 0.06, 0.00, 0.07. Web safe color of #aaddec is #99ccff. Color #aaddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 11101100
Octal 252 335 354
Decimal 170 221 236
Hex AA DD EC

RGB Percentages of Color #aaddec

%27.11
%35.25
%37.64

CMYK Percentages of Color #aaddec

%28
%6
%0
%7

Triadic Colors of #aaddec

#aaddec #ecaadd #ddecaa

Analogous Colors of #aaddec

#aaddec #aabcec #aaecda

Monochromatic Colors of #aaddec

#aaddec

Complementary Color

#aaddec #ecb9aa

#aaddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaddec Color CSS Codes

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

#aaddec Text Font Color

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

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


#aaddec Background Color

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

This div background color is #aaddec


#aaddec Border Color

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

This div border color is #aaddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaddec

#aaddec Color Palettes


Comments

No comments written yet.

Please login to write comment.