Color Hex Logo

#affa8d Color Hex

#AFFA8D
(175,250,141)
0 Favorites   1 Comments

Color spaces of #affa8d

RGB 175250141
HSL0.280.920.77
HSV101°44°98°
CMYK 0.300.000.44   0.02
XYZ56.672579.408337.5397
Yxy79.40830.32640.4574
Hunter Lab89.1113-42.423537.4010
CIE-Lab91.4187-42.174044.9641

#affa8d color RGB value is (175,250,141).

#affa8d hex color red value is 175, green value is 250 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #affa8d hue: 0.28 , saturation: 0.92 and the lightness value of affa8d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10001101
Octal 257 372 215
Decimal 175 250 141
Hex AF FA 8D

RGB Percentages of Color #affa8d

%30.92
%44.17
%24.91

CMYK Percentages of Color #affa8d

%30
%0
%44
%2

Triadic Colors of #affa8d

#affa8d #8daffa #fa8daf

Analogous Colors of #affa8d

#affa8d #8dfaa2 #e6fa8d

Monochromatic Colors of #affa8d

#affa8d

Complementary Color

#affa8d #d88dfa

#affa8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa8d Color CSS Codes

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

#affa8d Text Font Color

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

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


#affa8d Background Color

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

This div background color is #affa8d


#affa8d Border Color

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

This div border color is #affa8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa8d


Comments

25 May 2012, 1:51 (guest)

this colour is very useful for a green based color scheme

Please login to write comment.