Color Hex Logo

#aadfdf Color Hex

#AADFDF
(170,223,223)
0 Favorites   0 Comments

Color spaces of #aadfdf

RGB 170223223
HSL0.500.450.77
HSV180°24°87°
CMYK 0.240.000.00   0.13
XYZ56.284566.649179.7101
Yxy66.64910.27780.3289
Hunter Lab81.6389-19.8044-0.7420
CIE-Lab85.3264-16.8767-5.5517

#aadfdf color RGB value is (170,223,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11011111
Octal 252 337 337
Decimal 170 223 223
Hex AA DF DF

RGB Percentages of Color #aadfdf

%27.60
%36.20
%36.20

CMYK Percentages of Color #aadfdf

%24
%0
%0
%13

Triadic Colors of #aadfdf

#aadfdf #dfaadf #dfdfaa

Analogous Colors of #aadfdf

#aadfdf #aac5df #aadfc5

Monochromatic Colors of #aadfdf

#aadfdf

Complementary Color

#aadfdf #dfaaaa

#aadfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfdf Color CSS Codes

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

#aadfdf Text Font Color

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

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


#aadfdf Background Color

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

This div background color is #aadfdf


#aadfdf Border Color

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

This div border color is #aadfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfdf


Comments

No comments written yet.

Please login to write comment.