Color Hex Logo

#afca0a Color Hex

#AFCA0A
(175,202,10)
1 Favorites   0 Comments

Color spaces of #afca0a

RGB 17520210
HSL0.190.910.42
HSV68°95°79°
CMYK 0.130.000.95   0.21
XYZ38.854551.37698.1561
Yxy51.37690.39490.5222
Hunter Lab71.6777-28.676043.4279
CIE-Lab76.9068-29.377275.8757

#afca0a color RGB value is (175,202,10).

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

The process color (four color CMYK) of #afca0a color hex is 0.13, 0.00, 0.95, 0.21. Web safe color of #afca0a is #99cc00. Color #afca0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00001010
Octal 257 312 12
Decimal 175 202 10
Hex AF CA A

RGB Percentages of Color #afca0a

%45.22
%52.20
%2.58

CMYK Percentages of Color #afca0a

%13
%0
%95
%21

Triadic Colors of #afca0a

#afca0a #0aafca #ca0aaf

Analogous Colors of #afca0a

#afca0a #4fca0a #ca850a

Monochromatic Colors of #afca0a

#afca0a

Complementary Color

#afca0a #250aca

#afca0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca0a Color CSS Codes

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

#afca0a Text Font Color

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

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


#afca0a Background Color

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

This div background color is #afca0a


#afca0a Border Color

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

This div border color is #afca0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca0a

#afca0a Color Palettes


Comments

No comments written yet.

Please login to write comment.