Color Hex Logo

#aff99f Color Hex

#AFF99F
(175,249,159)
0 Favorites   0 Comments

Color spaces of #aff99f

RGB 175249159
HSL0.300.880.80
HSV109°36°98°
CMYK 0.300.000.36   0.02
XYZ57.812979.368545.0735
Yxy79.36850.31720.4355
Hunter Lab89.0890-40.071032.3652
CIE-Lab91.4008-39.292636.1174

#aff99f color RGB value is (175,249,159).

#aff99f hex color red value is 175, green value is 249 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #aff99f hue: 0.30 , saturation: 0.88 and the lightness value of aff99f is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111001 10011111
Octal 257 371 237
Decimal 175 249 159
Hex AF F9 9F

RGB Percentages of Color #aff99f

%30.02
%42.71
%27.27

CMYK Percentages of Color #aff99f

%30
%0
%36
%2

Triadic Colors of #aff99f

#aff99f #9faff9 #f99faf

Analogous Colors of #aff99f

#aff99f #9ff9bc #dcf99f

Monochromatic Colors of #aff99f

#aff99f

Complementary Color

#aff99f #e99ff9

#aff99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff99f Color CSS Codes

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

#aff99f Text Font Color

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

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


#aff99f Background Color

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

This div background color is #aff99f


#aff99f Border Color

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

This div border color is #aff99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff99f


Comments

No comments written yet.

Please login to write comment.