Color Hex Logo

#aadaec Color Hex

#AADAEC
(170,218,236)
0 Favorites   0 Comments

Color spaces of #aadaec

RGB 170218236
HSL0.550.630.80
HSV196°28°93°
CMYK 0.280.080.00   0.07
XYZ56.789364.745088.8608
Yxy64.74500.26990.3077
Hunter Lab80.4643-14.8325-9.1520
CIE-Lab84.3522-11.4258-13.8808

#aadaec color RGB value is (170,218,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11101100
Octal 252 332 354
Decimal 170 218 236
Hex AA DA EC

RGB Percentages of Color #aadaec

%27.24
%34.94
%37.82

CMYK Percentages of Color #aadaec

%28
%8
%0
%7

Triadic Colors of #aadaec

#aadaec #ecaada #daecaa

Analogous Colors of #aadaec

#aadaec #aab9ec #aaecdd

Monochromatic Colors of #aadaec

#aadaec

Complementary Color

#aadaec #ecbcaa

#aadaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaec Color CSS Codes

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

#aadaec Text Font Color

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

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


#aadaec Background Color

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

This div background color is #aadaec


#aadaec Border Color

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

This div border color is #aadaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaec


Comments

No comments written yet.

Please login to write comment.