Color Hex Logo

#aadecf Color Hex

#AADECF
(170,222,207)
0 Favorites   0 Comments

Color spaces of #aadecf

RGB 170222207
HSL0.450.440.77
HSV163°23°87°
CMYK 0.230.000.07   0.13
XYZ53.961365.293668.7903
Yxy65.29360.28700.3472
Hunter Lab80.8045-22.20536.0885
CIE-Lab84.6348-19.75391.8944

#aadecf color RGB value is (170,222,207).

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

The process color (four color CMYK) of #aadecf color hex is 0.23, 0.00, 0.07, 0.13. Web safe color of #aadecf is #99cccc. Color #aadecf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11001111
Octal 252 336 317
Decimal 170 222 207
Hex AA DE CF

RGB Percentages of Color #aadecf

%28.38
%37.06
%34.56

CMYK Percentages of Color #aadecf

%23
%0
%7
%13

Triadic Colors of #aadecf

#aadecf #cfaade #decfaa

Analogous Colors of #aadecf

#aadecf #aad3de #aadeb5

Monochromatic Colors of #aadecf

#aadecf

Complementary Color

#aadecf #deaab9

#aadecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadecf Color CSS Codes

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

#aadecf Text Font Color

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

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


#aadecf Background Color

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

This div background color is #aadecf


#aadecf Border Color

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

This div border color is #aadecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadecf


Comments

No comments written yet.

Please login to write comment.