Color Hex Logo

#afca7a Color Hex

#AFCA7A
(175,202,122)
0 Favorites   0 Comments

Color spaces of #afca7a

RGB 175202122
HSL0.220.430.64
HSV80°40°79°
CMYK 0.130.000.40   0.21
XYZ42.312652.760226.3660
Yxy52.76020.34840.4345
Hunter Lab72.6362-23.132229.3239
CIE-Lab77.7332-22.241936.9497

#afca7a color RGB value is (175,202,122).

#afca7a hex color red value is 175, green value is 202 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #afca7a hue: 0.22 , saturation: 0.43 and the lightness value of afca7a is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01111010
Octal 257 312 172
Decimal 175 202 122
Hex AF CA 7A

RGB Percentages of Color #afca7a

%35.07
%40.48
%24.45

CMYK Percentages of Color #afca7a

%13
%0
%40
%21

Triadic Colors of #afca7a

#afca7a #7aafca #ca7aaf

Analogous Colors of #afca7a

#afca7a #87ca7a #cabd7a

Monochromatic Colors of #afca7a

#afca7a

Complementary Color

#afca7a #957aca

#afca7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca7a Color CSS Codes

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

#afca7a Text Font Color

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

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


#afca7a Background Color

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

This div background color is #afca7a


#afca7a Border Color

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

This div border color is #afca7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca7a


Comments

No comments written yet.

Please login to write comment.