Color Hex Logo

#aafdce Color Hex

#AAFDCE
(170,253,206)
0 Favorites   0 Comments

Color spaces of #aafdce

RGB 170253206
HSL0.410.950.83
HSV146°33°99°
CMYK 0.330.000.19   0.01
XYZ62.843483.252871.1497
Yxy83.25280.28930.3832
Hunter Lab91.2430-36.733717.6368
CIE-Lab93.1250-34.777214.5927

#aafdce color RGB value is (170,253,206).

#aafdce hex color red value is 170, green value is 253 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aafdce hue: 0.41 , saturation: 0.95 and the lightness value of aafdce is 0.83.

The process color (four color CMYK) of #aafdce color hex is 0.33, 0.00, 0.19, 0.01. Web safe color of #aafdce is #99ffcc. Color #aafdce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11001110
Octal 252 375 316
Decimal 170 253 206
Hex AA FD CE

RGB Percentages of Color #aafdce

%27.03
%40.22
%32.75

CMYK Percentages of Color #aafdce

%33
%0
%19
%1

Triadic Colors of #aafdce

#aafdce #ceaafd #fdceaa

Analogous Colors of #aafdce

#aafdce #aafdf8 #b0fdaa

Monochromatic Colors of #aafdce

#aafdce

Complementary Color

#aafdce #fdaad9

#aafdce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdce Color CSS Codes

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

#aafdce Text Font Color

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

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


#aafdce Background Color

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

This div background color is #aafdce


#aafdce Border Color

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

This div border color is #aafdce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdce

Related Colors


Comments

No comments written yet.

Please login to write comment.