Color Hex Logo

#aadfc7 Color Hex

#AADFC7
(170,223,199)
0 Favorites   0 Comments

Color spaces of #aadfc7

RGB 170223199
HSL0.420.450.77
HSV153°24°87°
CMYK 0.240.000.11   0.13
XYZ53.274065.444963.8571
Yxy65.44490.29180.3585
Hunter Lab80.8980-24.02349.8279
CIE-Lab84.7125-21.85396.2328

#aadfc7 color RGB value is (170,223,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11000111
Octal 252 337 307
Decimal 170 223 199
Hex AA DF C7

RGB Percentages of Color #aadfc7

%28.72
%37.67
%33.61

CMYK Percentages of Color #aadfc7

%24
%0
%11
%13

Triadic Colors of #aadfc7

#aadfc7 #c7aadf #dfc7aa

Analogous Colors of #aadfc7

#aadfc7 #aadddf #aadfad

Monochromatic Colors of #aadfc7

#aadfc7

Complementary Color

#aadfc7 #dfaac2

#aadfc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfc7 Color CSS Codes

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

#aadfc7 Text Font Color

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

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


#aadfc7 Background Color

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

This div background color is #aadfc7


#aadfc7 Border Color

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

This div border color is #aadfc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfc7


Comments

No comments written yet.

Please login to write comment.