Color Hex Logo

#aadedf Color Hex

#AADEDF
(170,222,223)
0 Favorites   0 Comments

Color spaces of #aadedf

RGB 170222223
HSL0.500.450.77
HSV181°24°87°
CMYK 0.240.000.00   0.13
XYZ56.018166.116379.6213
Yxy66.11630.27770.3277
Hunter Lab81.3119-19.3222-1.1389
CIE-Lab85.0557-16.3733-5.9515

#aadedf color RGB value is (170,222,223).

#aadedf hex color red value is 170, green value is 222 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aadedf hue: 0.50 , saturation: 0.45 and the lightness value of aadedf is 0.77.

The process color (four color CMYK) of #aadedf color hex is 0.24, 0.00, 0.00, 0.13. Web safe color of #aadedf is #99cccc. Color #aadedf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11011111
Octal 252 336 337
Decimal 170 222 223
Hex AA DE DF

RGB Percentages of Color #aadedf

%27.64
%36.10
%36.26

CMYK Percentages of Color #aadedf

%24
%0
%0
%13

Triadic Colors of #aadedf

#aadedf #dfaade #dedfaa

Analogous Colors of #aadedf

#aadedf #aac4df #aadfc6

Monochromatic Colors of #aadedf

#aadedf

Complementary Color

#aadedf #dfabaa

#aadedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadedf Color CSS Codes

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

#aadedf Text Font Color

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

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


#aadedf Background Color

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

This div background color is #aadedf


#aadedf Border Color

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

This div border color is #aadedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadedf


Comments

No comments written yet.

Please login to write comment.