Color Hex Logo

#affa84 Color Hex

#AFFA84
(175,250,132)
0 Favorites   0 Comments

Color spaces of #affa84

RGB 175250132
HSL0.270.920.75
HSV98°47°98°
CMYK 0.300.000.47   0.02
XYZ56.029779.151134.1544
Yxy79.15110.33090.4674
Hunter Lab88.9669-43.276139.5154
CIE-Lab91.3026-43.270749.1130

#affa84 color RGB value is (175,250,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 10000100
Octal 257 372 204
Decimal 175 250 132
Hex AF FA 84

RGB Percentages of Color #affa84

%31.42
%44.88
%23.70

CMYK Percentages of Color #affa84

%30
%0
%47
%2

Triadic Colors of #affa84

#affa84 #84affa #fa84af

Analogous Colors of #affa84

#affa84 #84fa94 #eafa84

Monochromatic Colors of #affa84

#affa84

Complementary Color

#affa84 #cf84fa

#affa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affa84 Color CSS Codes

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

#affa84 Text Font Color

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

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


#affa84 Background Color

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

This div background color is #affa84


#affa84 Border Color

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

This div border color is #affa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affa84

Related Colors


Comments

No comments written yet.

Please login to write comment.