Color Hex Logo

#aadfc1 Color Hex

#AADFC1
(170,223,193)
0 Favorites   0 Comments

Color spaces of #aadfc1

RGB 170223193
HSL0.410.450.77
HSV146°24°87°
CMYK 0.240.000.13   0.13
XYZ52.590965.171760.2596
Yxy65.17170.29540.3661
Hunter Lab80.7290-24.991912.2537
CIE-Lab84.5721-23.01869.1956

#aadfc1 color RGB value is (170,223,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11000001
Octal 252 337 301
Decimal 170 223 193
Hex AA DF C1

RGB Percentages of Color #aadfc1

%29.01
%38.05
%32.94

CMYK Percentages of Color #aadfc1

%24
%0
%13
%13

Triadic Colors of #aadfc1

#aadfc1 #c1aadf #dfc1aa

Analogous Colors of #aadfc1

#aadfc1 #aadfdc #aedfaa

Monochromatic Colors of #aadfc1

#aadfc1

Complementary Color

#aadfc1 #dfaac8

#aadfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfc1 Color CSS Codes

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

#aadfc1 Text Font Color

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

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


#aadfc1 Background Color

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

This div background color is #aadfc1


#aadfc1 Border Color

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

This div border color is #aadfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfc1


Comments

No comments written yet.

Please login to write comment.