Color Hex Logo

#aafedc Color Hex

#AAFEDC
(170,254,220)
0 Favorites   0 Comments

Color spaces of #aafedc

RGB 170254220
HSL0.430.980.83
HSV156°33°100°
CMYK 0.330.000.13   0.00
XYZ64.937684.597080.6164
Yxy84.59700.28220.3676
Hunter Lab91.9766-34.934012.4167
CIE-Lab93.7092-32.50958.2208

#aafedc color RGB value is (170,254,220).

#aafedc hex color red value is 170, green value is 254 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aafedc hue: 0.43 , saturation: 0.98 and the lightness value of aafedc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11011100
Octal 252 376 334
Decimal 170 254 220
Hex AA FE DC

RGB Percentages of Color #aafedc

%26.40
%39.44
%34.16

CMYK Percentages of Color #aafedc

%33
%0
%13
%0

Triadic Colors of #aafedc

#aafedc #dcaafe #fedcaa

Analogous Colors of #aafedc

#aafedc #aaf6fe #aafeb2

Monochromatic Colors of #aafedc

#aafedc

Complementary Color

#aafedc #feaacc

#aafedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafedc Color CSS Codes

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

#aafedc Text Font Color

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

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


#aafedc Background Color

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

This div background color is #aafedc


#aafedc Border Color

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

This div border color is #aafedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafedc

Related Colors


Comments

No comments written yet.

Please login to write comment.