Color Hex Logo

#aadfc0 Color Hex

#AADFC0
(170,223,192)
0 Favorites   0 Comments

Color spaces of #aadfc0

RGB 170223192
HSL0.400.450.77
HSV145°24°87°
CMYK 0.240.000.14   0.13
XYZ52.479765.127259.6740
Yxy65.12720.29600.3674
Hunter Lab80.7014-25.149912.6495
CIE-Lab84.5492-23.20959.6898

#aadfc0 color RGB value is (170,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11000000
Octal 252 337 300
Decimal 170 223 192
Hex AA DF C0

RGB Percentages of Color #aadfc0

%29.06
%38.12
%32.82

CMYK Percentages of Color #aadfc0

%24
%0
%14
%13

Triadic Colors of #aadfc0

#aadfc0 #c0aadf #dfc0aa

Analogous Colors of #aadfc0

#aadfc0 #aadfdb #afdfaa

Monochromatic Colors of #aadfc0

#aadfc0

Complementary Color

#aadfc0 #dfaac9

#aadfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfc0 Color CSS Codes

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

#aadfc0 Text Font Color

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

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


#aadfc0 Background Color

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

This div background color is #aadfc0


#aadfc0 Border Color

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

This div border color is #aadfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfc0


Comments

No comments written yet.

Please login to write comment.