Color Hex Logo

#afdf84 Color Hex

#AFDF84
(175,223,132)
0 Favorites   0 Comments

Color spaces of #afdf84

RGB 175223132
HSL0.250.590.70
HSV92°41°87°
CMYK 0.220.000.41   0.13
XYZ48.231763.555331.5551
Yxy63.55530.33650.4434
Hunter Lab79.7216-31.519932.3372
CIE-Lab83.7337-31.074839.6018

#afdf84 color RGB value is (175,223,132).

#afdf84 hex color red value is 175, green value is 223 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afdf84 hue: 0.25 , saturation: 0.59 and the lightness value of afdf84 is 0.70.

The process color (four color CMYK) of #afdf84 color hex is 0.22, 0.00, 0.41, 0.13. Web safe color of #afdf84 is #99cc99. Color #afdf84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10000100
Octal 257 337 204
Decimal 175 223 132
Hex AF DF 84

RGB Percentages of Color #afdf84

%33.02
%42.08
%24.91

CMYK Percentages of Color #afdf84

%22
%0
%41
%13

Triadic Colors of #afdf84

#afdf84 #84afdf #df84af

Analogous Colors of #afdf84

#afdf84 #84df87 #dddf84

Monochromatic Colors of #afdf84

#afdf84

Complementary Color

#afdf84 #b484df

#afdf84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf84 Color CSS Codes

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

#afdf84 Text Font Color

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

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


#afdf84 Background Color

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

This div background color is #afdf84


#afdf84 Border Color

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

This div border color is #afdf84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf84


Comments

No comments written yet.

Please login to write comment.