Color Hex Logo

#afb60a Color Hex

#AFB60A
(175,182,10)
0 Favorites   0 Comments

Color spaces of #afb60a

RGB 17518210
HSL0.170.900.38
HSV62°95°71°
CMYK 0.040.000.95   0.29
XYZ34.461942.59186.6919
Yxy42.59180.41150.5086
Hunter Lab65.2624-19.952039.6042
CIE-Lab71.2770-19.657971.5505

#afb60a color RGB value is (175,182,10).

#afb60a hex color red value is 175, green value is 182 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #afb60a hue: 0.17 , saturation: 0.90 and the lightness value of afb60a is 0.38.

The process color (four color CMYK) of #afb60a color hex is 0.04, 0.00, 0.95, 0.29. Web safe color of #afb60a is #99cc00. Color #afb60a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00001010
Octal 257 266 12
Decimal 175 182 10
Hex AF B6 A

RGB Percentages of Color #afb60a

%47.68
%49.59
%2.72

CMYK Percentages of Color #afb60a

%4
%0
%95
%29

Triadic Colors of #afb60a

#afb60a #0aafb6 #b60aaf

Analogous Colors of #afb60a

#afb60a #59b60a #b6670a

Monochromatic Colors of #afb60a

#afb60a

Complementary Color

#afb60a #110ab6

#afb60a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb60a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb60a Color CSS Codes

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

#afb60a Text Font Color

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

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


#afb60a Background Color

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

This div background color is #afb60a


#afb60a Border Color

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

This div border color is #afb60a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb60a


Comments

No comments written yet.

Please login to write comment.