Color Hex Logo

#aadfc3 Color Hex

#AADFC3
(170,223,195)
0 Favorites   0 Comments

Color spaces of #aadfc3

RGB 170223195
HSL0.410.450.77
HSV148°24°87°
CMYK 0.240.000.13   0.13
XYZ52.815665.261561.4428
Yxy65.26150.29420.3635
Hunter Lab80.7846-24.672711.4547
CIE-Lab84.6183-22.63398.2075

#aadfc3 color RGB value is (170,223,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11000011
Octal 252 337 303
Decimal 170 223 195
Hex AA DF C3

RGB Percentages of Color #aadfc3

%28.91
%37.93
%33.16

CMYK Percentages of Color #aadfc3

%24
%0
%13
%13

Triadic Colors of #aadfc3

#aadfc3 #c3aadf #dfc3aa

Analogous Colors of #aadfc3

#aadfc3 #aadfde #acdfaa

Monochromatic Colors of #aadfc3

#aadfc3

Complementary Color

#aadfc3 #dfaac6

#aadfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfc3 Color CSS Codes

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

#aadfc3 Text Font Color

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

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


#aadfc3 Background Color

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

This div background color is #aadfc3


#aadfc3 Border Color

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

This div border color is #aadfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfc3


Comments

No comments written yet.

Please login to write comment.