Color Hex Logo

#aadfcf Color Hex

#AADFCF
(170,223,207)
0 Favorites   0 Comments

Color spaces of #aadfcf

RGB 170223207
HSL0.450.450.77
HSV162°24°87°
CMYK 0.240.000.07   0.13
XYZ54.227765.826468.8791
Yxy65.82640.28700.3484
Hunter Lab81.1335-22.67846.4586
CIE-Lab84.9078-20.25032.2913

#aadfcf color RGB value is (170,223,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11001111
Octal 252 337 317
Decimal 170 223 207
Hex AA DF CF

RGB Percentages of Color #aadfcf

%28.33
%37.17
%34.50

CMYK Percentages of Color #aadfcf

%24
%0
%7
%13

Triadic Colors of #aadfcf

#aadfcf #cfaadf #dfcfaa

Analogous Colors of #aadfcf

#aadfcf #aad5df #aadfb5

Monochromatic Colors of #aadfcf

#aadfcf

Complementary Color

#aadfcf #dfaaba

#aadfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfcf Color CSS Codes

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

#aadfcf Text Font Color

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

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


#aadfcf Background Color

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

This div background color is #aadfcf


#aadfcf Border Color

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

This div border color is #aadfcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,223,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 #aadfcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfcf


Comments

No comments written yet.

Please login to write comment.