Color Hex Logo

#affa9f Color Hex

#AFFA9F
(175,250,159)
0 Favorites   0 Comments

Color spaces of #affa9f

RGB 175250159
HSL0.300.900.80
HSV109°36°98°
CMYK 0.300.000.36   0.02
XYZ58.122879.988445.1768
Yxy79.98840.31710.4364
Hunter Lab89.4362-40.509932.6563
CIE-Lab91.6797-39.739136.4845

#affa9f color RGB value is (175,250,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10011111
Octal 257 372 237
Decimal 175 250 159
Hex AF FA 9F

RGB Percentages of Color #affa9f

%29.97
%42.81
%27.23

CMYK Percentages of Color #affa9f

%30
%0
%36
%2

Triadic Colors of #affa9f

#affa9f #9faffa #fa9faf

Analogous Colors of #affa9f

#affa9f #9ffabd #ddfa9f

Monochromatic Colors of #affa9f

#affa9f

Complementary Color

#affa9f #ea9ffa

#affa9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa9f Color CSS Codes

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

#affa9f Text Font Color

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

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


#affa9f Background Color

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

This div background color is #affa9f


#affa9f Border Color

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

This div border color is #affa9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa9f

Related Colors


Comments

No comments written yet.

Please login to write comment.