Color Hex Logo

#afca5c Color Hex

#AFCA5C
(175,202,92)
0 Favorites   0 Comments

Color spaces of #afca5c

RGB 17520292
HSL0.210.510.58
HSV75°54°79°
CMYK 0.130.000.54   0.21
XYZ40.731552.127718.0401
Yxy52.12770.36730.4700
Hunter Lab72.1995-25.648035.7252
CIE-Lab77.3571-25.436851.1132

#afca5c color RGB value is (175,202,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01011100
Octal 257 312 134
Decimal 175 202 92
Hex AF CA 5C

RGB Percentages of Color #afca5c

%37.31
%43.07
%19.62

CMYK Percentages of Color #afca5c

%13
%0
%54
%21

Triadic Colors of #afca5c

#afca5c #5cafca #ca5caf

Analogous Colors of #afca5c

#afca5c #78ca5c #caae5c

Monochromatic Colors of #afca5c

#afca5c

Complementary Color

#afca5c #775cca

#afca5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca5c Color CSS Codes

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

#afca5c Text Font Color

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

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


#afca5c Background Color

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

This div background color is #afca5c


#afca5c Border Color

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

This div border color is #afca5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca5c


Comments

No comments written yet.

Please login to write comment.