Color Hex Logo

#aff9af Color Hex

#AFF9AF
(175,249,175)
0 Favorites   0 Comments

Color spaces of #aff9af

RGB 175249175
HSL0.330.860.83
HSV120°30°98°
CMYK 0.300.000.30   0.02
XYZ59.292779.960552.8663
Yxy79.96050.30860.4162
Hunter Lab89.4206-38.127027.5417
CIE-Lab91.6671-36.856528.4389

#aff9af color RGB value is (175,249,175).

#aff9af hex color red value is 175, green value is 249 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aff9af hue: 0.33 , saturation: 0.86 and the lightness value of aff9af is 0.83.

The process color (four color CMYK) of #aff9af color hex is 0.30, 0.00, 0.30, 0.02. Web safe color of #aff9af is #99ff99. Color #aff9af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10101111
Octal 257 371 257
Decimal 175 249 175
Hex AF F9 AF

RGB Percentages of Color #aff9af

%29.22
%41.57
%29.22

CMYK Percentages of Color #aff9af

%30
%0
%30
%2

Triadic Colors of #aff9af

#aff9af #afaff9 #f9afaf

Analogous Colors of #aff9af

#aff9af #aff9d4 #d4f9af

Monochromatic Colors of #aff9af

#aff9af

Complementary Color

#aff9af #f9aff9

#aff9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff9af Color CSS Codes

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

#aff9af Text Font Color

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

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


#aff9af Background Color

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

This div background color is #aff9af


#aff9af Border Color

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

This div border color is #aff9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff9af


Comments

No comments written yet.

Please login to write comment.