Color Hex Logo

#aadaed Color Hex

#AADAED
(170,218,237)
0 Favorites   0 Comments

Color spaces of #aadaed

RGB 170218237
HSL0.550.650.80
HSV197°28°93°
CMYK 0.280.080.00   0.07
XYZ56.935064.803389.6283
Yxy64.80330.26940.3066
Hunter Lab80.5005-14.6295-9.6624
CIE-Lab84.3823-11.1957-14.3654

#aadaed color RGB value is (170,218,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 11101101
Octal 252 332 355
Decimal 170 218 237
Hex AA DA ED

RGB Percentages of Color #aadaed

%27.20
%34.88
%37.92

CMYK Percentages of Color #aadaed

%28
%8
%0
%7

Triadic Colors of #aadaed

#aadaed #edaada #daedaa

Analogous Colors of #aadaed

#aadaed #aab9ed #aaeddf

Monochromatic Colors of #aadaed

#aadaed

Complementary Color

#aadaed #edbdaa

#aadaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadaed Color CSS Codes

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

#aadaed Text Font Color

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

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


#aadaed Background Color

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

This div background color is #aadaed


#aadaed Border Color

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

This div border color is #aadaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadaed


Comments

No comments written yet.

Please login to write comment.