Color Hex Logo

#afcd96 Color Hex

#AFCD96
(175,205,150)
0 Favorites   0 Comments

Color spaces of #afcd96

RGB 175205150
HSL0.260.350.70
HSV93°27°80°
CMYK 0.150.000.27   0.20
XYZ45.015554.978637.0935
Yxy54.97860.32840.4010
Hunter Lab74.1476-21.389622.2425
CIE-Lab79.0289-19.864924.1603

#afcd96 color RGB value is (175,205,150).

#afcd96 hex color red value is 175, green value is 205 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #afcd96 hue: 0.26 , saturation: 0.35 and the lightness value of afcd96 is 0.70.

The process color (four color CMYK) of #afcd96 color hex is 0.15, 0.00, 0.27, 0.20. Web safe color of #afcd96 is #99cc99. Color #afcd96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 10010110
Octal 257 315 226
Decimal 175 205 150
Hex AF CD 96

RGB Percentages of Color #afcd96

%33.02
%38.68
%28.30

CMYK Percentages of Color #afcd96

%15
%0
%27
%20

Triadic Colors of #afcd96

#afcd96 #96afcd #cd96af

Analogous Colors of #afcd96

#afcd96 #96cd99 #cbcd96

Monochromatic Colors of #afcd96

#afcd96

Complementary Color

#afcd96 #b496cd

#afcd96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcd96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcd96 Color CSS Codes

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

#afcd96 Text Font Color

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

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


#afcd96 Background Color

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

This div background color is #afcd96


#afcd96 Border Color

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

This div border color is #afcd96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcd96


Comments

No comments written yet.

Please login to write comment.