Color Hex Logo

#afca1f Color Hex

#AFCA1F
(175,202,31)
0 Favorites   0 Comments

Color spaces of #afca1f

RGB 17520231
HSL0.190.730.46
HSV69°85°79°
CMYK 0.130.000.85   0.21
XYZ39.047051.45399.1699
Yxy51.45390.39180.5162
Hunter Lab71.7314-28.363442.6325
CIE-Lab76.9531-28.965472.5980

#afca1f color RGB value is (175,202,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00011111
Octal 257 312 37
Decimal 175 202 31
Hex AF CA 1F

RGB Percentages of Color #afca1f

%42.89
%49.51
%7.60

CMYK Percentages of Color #afca1f

%13
%0
%85
%21

Triadic Colors of #afca1f

#afca1f #1fafca #ca1faf

Analogous Colors of #afca1f

#afca1f #5aca1f #ca901f

Monochromatic Colors of #afca1f

#afca1f

Complementary Color

#afca1f #3a1fca

#afca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca1f Color CSS Codes

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

#afca1f Text Font Color

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

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


#afca1f Background Color

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

This div background color is #afca1f


#afca1f Border Color

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

This div border color is #afca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca1f


Comments

No comments written yet.

Please login to write comment.