Color Hex Logo

#aafebd Color Hex

#AAFEBD
(170,254,189)
0 Favorites   0 Comments

Color spaces of #aafebd

RGB 170254189
HSL0.370.980.83
HSV134°33°100°
CMYK 0.330.000.26   0.00
XYZ61.204783.103860.9589
Yxy83.10380.29820.4049
Hunter Lab91.1613-39.689324.1661
CIE-Lab93.0599-38.316023.1969

#aafebd color RGB value is (170,254,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 10111101
Octal 252 376 275
Decimal 170 254 189
Hex AA FE BD

RGB Percentages of Color #aafebd

%27.73
%41.44
%30.83

CMYK Percentages of Color #aafebd

%33
%0
%26
%0

Triadic Colors of #aafebd

#aafebd #bdaafe #febdaa

Analogous Colors of #aafebd

#aafebd #aafee7 #c1feaa

Monochromatic Colors of #aafebd

#aafebd

Complementary Color

#aafebd #feaaeb

#aafebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafebd Color CSS Codes

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

#aafebd Text Font Color

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

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


#aafebd Background Color

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

This div background color is #aafebd


#aafebd Border Color

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

This div border color is #aafebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafebd

Related Colors


Comments

No comments written yet.

Please login to write comment.