Color Hex Logo

#afca9d Color Hex

#AFCA9D
(175,202,157)
0 Favorites   0 Comments

Color spaces of #afca9d

RGB 175202157
HSL0.270.300.70
HSV96°22°79°
CMYK 0.130.000.22   0.21
XYZ44.885553.789339.9150
Yxy53.78930.32390.3881
Hunter Lab73.3412-19.103419.0710
CIE-Lab78.3387-17.265319.5148

#afca9d color RGB value is (175,202,157).

#afca9d hex color red value is 175, green value is 202 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afca9d hue: 0.27 , saturation: 0.30 and the lightness value of afca9d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10011101
Octal 257 312 235
Decimal 175 202 157
Hex AF CA 9D

RGB Percentages of Color #afca9d

%32.77
%37.83
%29.40

CMYK Percentages of Color #afca9d

%13
%0
%22
%21

Triadic Colors of #afca9d

#afca9d #9dafca #ca9daf

Analogous Colors of #afca9d

#afca9d #9dcaa2 #c6ca9d

Monochromatic Colors of #afca9d

#afca9d

Complementary Color

#afca9d #b89dca

#afca9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca9d Color CSS Codes

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

#afca9d Text Font Color

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

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


#afca9d Background Color

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

This div background color is #afca9d


#afca9d Border Color

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

This div border color is #afca9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca9d


Comments

No comments written yet.

Please login to write comment.