Color Hex Logo

#aff49f Color Hex

#AFF49F
(175,244,159)
0 Favorites   0 Comments

Color spaces of #aff49f

RGB 175244159
HSL0.300.790.79
HSV109°35°96°
CMYK 0.280.000.35   0.04
XYZ56.287976.318544.5652
Yxy76.31850.31770.4308
Hunter Lab87.3605-37.870130.9067
CIE-Lab90.0070-37.043234.2768

#aff49f color RGB value is (175,244,159).

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

The process color (four color CMYK) of #aff49f color hex is 0.28, 0.00, 0.35, 0.04. Web safe color of #aff49f is #99ff99. Color #aff49f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110100 10011111
Octal 257 364 237
Decimal 175 244 159
Hex AF F4 9F

RGB Percentages of Color #aff49f

%30.28
%42.21
%27.51

CMYK Percentages of Color #aff49f

%28
%0
%35
%4

Triadic Colors of #aff49f

#aff49f #9faff4 #f49faf

Analogous Colors of #aff49f

#aff49f #9ff4ba #daf49f

Monochromatic Colors of #aff49f

#aff49f

Complementary Color

#aff49f #e49ff4

#aff49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff49f Color CSS Codes

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

#aff49f Text Font Color

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

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


#aff49f Background Color

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

This div background color is #aff49f


#aff49f Border Color

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

This div border color is #aff49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff49f


Comments

No comments written yet.

Please login to write comment.