Color Hex Logo

#affa9e Color Hex

#AFFA9E
(175,250,158)
0 Favorites   0 Comments

Color spaces of #affa9e

RGB 175250158
HSL0.300.900.80
HSV109°37°98°
CMYK 0.300.000.37   0.02
XYZ58.036479.953844.7215
Yxy79.95380.31760.4376
Hunter Lab89.4169-40.623432.9382
CIE-Lab91.6641-39.882536.9605

#affa9e color RGB value is (175,250,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10011110
Octal 257 372 236
Decimal 175 250 158
Hex AF FA 9E

RGB Percentages of Color #affa9e

%30.02
%42.88
%27.10

CMYK Percentages of Color #affa9e

%30
%0
%37
%2

Triadic Colors of #affa9e

#affa9e #9eaffa #fa9eaf

Analogous Colors of #affa9e

#affa9e #9efabb #ddfa9e

Monochromatic Colors of #affa9e

#affa9e

Complementary Color

#affa9e #e99efa

#affa9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa9e Color CSS Codes

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

#affa9e Text Font Color

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

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


#affa9e Background Color

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

This div background color is #affa9e


#affa9e Border Color

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

This div border color is #affa9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa9e


Comments

No comments written yet.

Please login to write comment.