Color Hex Logo

#aadfce Color Hex

#AADFCE
(170,223,206)
0 Favorites   0 Comments

Color spaces of #aadfce

RGB 170223206
HSL0.450.450.77
HSV161°24°87°
CMYK 0.240.000.08   0.13
XYZ54.105865.777668.2372
Yxy65.77760.28760.3497
Hunter Lab81.1034-22.84986.8881
CIE-Lab84.8828-20.45382.7833

#aadfce color RGB value is (170,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 11001110
Octal 252 337 316
Decimal 170 223 206
Hex AA DF CE

RGB Percentages of Color #aadfce

%28.38
%37.23
%34.39

CMYK Percentages of Color #aadfce

%24
%0
%8
%13

Triadic Colors of #aadfce

#aadfce #ceaadf #dfceaa

Analogous Colors of #aadfce

#aadfce #aad6df #aadfb4

Monochromatic Colors of #aadfce

#aadfce

Complementary Color

#aadfce #dfaabb

#aadfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadfce Color CSS Codes

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

#aadfce Text Font Color

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

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


#aadfce Background Color

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

This div background color is #aadfce


#aadfce Border Color

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

This div border color is #aadfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadfce


Comments

No comments written yet.

Please login to write comment.