Color Hex Logo

#afcb0a Color Hex

#AFCB0A
(175,203,10)
0 Favorites   0 Comments

Color spaces of #afcb0a

RGB 17520310
HSL0.190.910.42
HSV69°95°80°
CMYK 0.140.000.95   0.20
XYZ39.089951.84778.2345
Yxy51.84770.39420.5228
Hunter Lab72.0053-29.106243.6234
CIE-Lab77.1897-29.848876.0942

#afcb0a color RGB value is (175,203,10).

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

The process color (four color CMYK) of #afcb0a color hex is 0.14, 0.00, 0.95, 0.20. Web safe color of #afcb0a is #99cc00. Color #afcb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 00001010
Octal 257 313 12
Decimal 175 203 10
Hex AF CB A

RGB Percentages of Color #afcb0a

%45.10
%52.32
%2.58

CMYK Percentages of Color #afcb0a

%14
%0
%95
%20

Triadic Colors of #afcb0a

#afcb0a #0aafcb #cb0aaf

Analogous Colors of #afcb0a

#afcb0a #4fcb0a #cb870a

Monochromatic Colors of #afcb0a

#afcb0a

Complementary Color

#afcb0a #260acb

#afcb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcb0a Color CSS Codes

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

#afcb0a Text Font Color

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

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


#afcb0a Background Color

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

This div background color is #afcb0a


#afcb0a Border Color

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

This div border color is #afcb0a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,203,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 #afcb0a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcb0a


Comments

No comments written yet.

Please login to write comment.