Color Hex Logo

#afca6c Color Hex

#AFCA6C
(175,202,108)
0 Favorites   0 Comments

Color spaces of #afca6c

RGB 175202108
HSL0.210.470.61
HSV77°47°79°
CMYK 0.130.000.47   0.21
XYZ41.506552.437722.1212
Yxy52.43770.35760.4518
Hunter Lab72.4139-24.410932.5776
CIE-Lab77.5418-23.857043.7046

#afca6c color RGB value is (175,202,108).

#afca6c hex color red value is 175, green value is 202 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #afca6c hue: 0.21 , saturation: 0.47 and the lightness value of afca6c is 0.61.

The process color (four color CMYK) of #afca6c color hex is 0.13, 0.00, 0.47, 0.21. Web safe color of #afca6c is #99cc66. Color #afca6c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01101100
Octal 257 312 154
Decimal 175 202 108
Hex AF CA 6C

RGB Percentages of Color #afca6c

%36.08
%41.65
%22.27

CMYK Percentages of Color #afca6c

%13
%0
%47
%21

Triadic Colors of #afca6c

#afca6c #6cafca #ca6caf

Analogous Colors of #afca6c

#afca6c #80ca6c #cab66c

Monochromatic Colors of #afca6c

#afca6c

Complementary Color

#afca6c #876cca

#afca6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca6c Color CSS Codes

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

#afca6c Text Font Color

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

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


#afca6c Background Color

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

This div background color is #afca6c


#afca6c Border Color

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

This div border color is #afca6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca6c


Comments

No comments written yet.

Please login to write comment.