Color Hex Logo

#aafdcc Color Hex

#AAFDCC
(170,253,204)
0 Favorites   0 Comments

Color spaces of #aafdcc

RGB 170253204
HSL0.400.950.83
HSV145°33°99°
CMYK 0.330.000.19   0.01
XYZ62.601983.156269.8780
Yxy83.15620.29030.3856
Hunter Lab91.1900-37.042418.3997
CIE-Lab93.0828-35.153915.5601

#aafdcc color RGB value is (170,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111101 11001100
Octal 252 375 314
Decimal 170 253 204
Hex AA FD CC

RGB Percentages of Color #aafdcc

%27.11
%40.35
%32.54

CMYK Percentages of Color #aafdcc

%33
%0
%19
%1

Triadic Colors of #aafdcc

#aafdcc #ccaafd #fdccaa

Analogous Colors of #aafdcc

#aafdcc #aafdf6 #b2fdaa

Monochromatic Colors of #aafdcc

#aafdcc

Complementary Color

#aafdcc #fdaadb

#aafdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafdcc Color CSS Codes

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

#aafdcc Text Font Color

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

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


#aafdcc Background Color

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

This div background color is #aafdcc


#aafdcc Border Color

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

This div border color is #aafdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.