Color Hex Logo

#aadfca Color Hex

#AADFCA
(170,223,202)
0 Favorites   0 Comments

Color spaces of #aadfca

RGB 170223202
HSL0.430.450.77
HSV156°24°87°
CMYK 0.240.000.09   0.13
XYZ53.625965.585765.7100
Yxy65.58570.29000.3547
Hunter Lab80.9850-23.52638.5825
CIE-Lab84.7846-21.25934.7535

#aadfca color RGB value is (170,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11001010
Octal 252 337 312
Decimal 170 223 202
Hex AA DF CA

RGB Percentages of Color #aadfca

%28.57
%37.48
%33.95

CMYK Percentages of Color #aadfca

%24
%0
%9
%13

Triadic Colors of #aadfca

#aadfca #caaadf #dfcaaa

Analogous Colors of #aadfca

#aadfca #aadadf #aadfb0

Monochromatic Colors of #aadfca

#aadfca

Complementary Color

#aadfca #dfaabf

#aadfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfca Color CSS Codes

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

#aadfca Text Font Color

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

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


#aadfca Background Color

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

This div background color is #aadfca


#aadfca Border Color

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

This div border color is #aadfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfca


Comments

No comments written yet.

Please login to write comment.