Color Hex Logo

#afdf96 Color Hex

#AFDF96
(175,223,150)
0 Favorites   0 Comments

Color spaces of #afdf96

RGB 175223150
HSL0.280.530.73
HSV99°33°87°
CMYK 0.220.000.33   0.13
XYZ49.571964.091338.6123
Yxy64.09130.32550.4209
Hunter Lab80.0570-29.571327.4438
CIE-Lab84.0133-28.619730.8730

#afdf96 color RGB value is (175,223,150).

#afdf96 hex color red value is 175, green value is 223 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afdf96 hue: 0.28 , saturation: 0.53 and the lightness value of afdf96 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 10010110
Octal 257 337 226
Decimal 175 223 150
Hex AF DF 96

RGB Percentages of Color #afdf96

%31.93
%40.69
%27.37

CMYK Percentages of Color #afdf96

%22
%0
%33
%13

Triadic Colors of #afdf96

#afdf96 #96afdf #df96af

Analogous Colors of #afdf96

#afdf96 #96dfa2 #d4df96

Monochromatic Colors of #afdf96

#afdf96

Complementary Color

#afdf96 #c696df

#afdf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdf96 Color CSS Codes

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

#afdf96 Text Font Color

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

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


#afdf96 Background Color

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

This div background color is #afdf96


#afdf96 Border Color

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

This div border color is #afdf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdf96


Comments

No comments written yet.

Please login to write comment.