Color Hex Logo

#afca2a Color Hex

#AFCA2A
(175,202,42)
0 Favorites   0 Comments

Color spaces of #afca2a

RGB 17520242
HSL0.190.660.48
HSV70°79°79°
CMYK 0.130.000.79   0.21
XYZ39.217651.522210.0683
Yxy51.52220.38900.5111
Hunter Lab71.7790-28.086841.9288
CIE-Lab76.9943-28.602069.8946

#afca2a color RGB value is (175,202,42).

#afca2a hex color red value is 175, green value is 202 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #afca2a hue: 0.19 , saturation: 0.66 and the lightness value of afca2a is 0.48.

The process color (four color CMYK) of #afca2a color hex is 0.13, 0.00, 0.79, 0.21. Web safe color of #afca2a is #99cc33. Color #afca2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00101010
Octal 257 312 52
Decimal 175 202 42
Hex AF CA 2A

RGB Percentages of Color #afca2a

%41.77
%48.21
%10.02

CMYK Percentages of Color #afca2a

%13
%0
%79
%21

Triadic Colors of #afca2a

#afca2a #2aafca #ca2aaf

Analogous Colors of #afca2a

#afca2a #5fca2a #ca952a

Monochromatic Colors of #afca2a

#afca2a

Complementary Color

#afca2a #452aca

#afca2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca2a Color CSS Codes

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

#afca2a Text Font Color

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

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


#afca2a Background Color

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

This div background color is #afca2a


#afca2a Border Color

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

This div border color is #afca2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca2a


Comments

No comments written yet.

Please login to write comment.