Color Hex Logo

#aaf9bd Color Hex

#AAF9BD
(170,249,189)
0 Favorites   0 Comments

Color spaces of #aaf9bd

RGB 170249189
HSL0.370.870.82
HSV134°32°98°
CMYK 0.320.000.24   0.02
XYZ59.638679.971560.4369
Yxy79.97150.29810.3998
Hunter Lab89.4268-37.455522.5291
CIE-Lab91.6721-36.048721.2760

#aaf9bd color RGB value is (170,249,189).

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

The process color (four color CMYK) of #aaf9bd color hex is 0.32, 0.00, 0.24, 0.02. Web safe color of #aaf9bd is #99ffcc. Color #aaf9bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111001 10111101
Octal 252 371 275
Decimal 170 249 189
Hex AA F9 BD

RGB Percentages of Color #aaf9bd

%27.96
%40.95
%31.09

CMYK Percentages of Color #aaf9bd

%32
%0
%24
%2

Triadic Colors of #aaf9bd

#aaf9bd #bdaaf9 #f9bdaa

Analogous Colors of #aaf9bd

#aaf9bd #aaf9e5 #bff9aa

Monochromatic Colors of #aaf9bd

#aaf9bd

Complementary Color

#aaf9bd #f9aae6

#aaf9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaf9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaf9bd Color CSS Codes

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

#aaf9bd Text Font Color

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

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


#aaf9bd Background Color

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

This div background color is #aaf9bd


#aaf9bd Border Color

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

This div border color is #aaf9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaf9bd

Related Colors


Comments

No comments written yet.

Please login to write comment.