Color Hex Logo

#afaa0a Color Hex

#AFAA0A
(175,170,10)
0 Favorites   0 Comments

Color spaces of #afaa0a

RGB 17517010
HSL0.160.890.36
HSV58°94°69°
CMYK 0.000.030.94   0.31
XYZ32.108737.88535.9075
Yxy37.88530.42300.4991
Hunter Lab61.5510-14.598037.3952
CIE-Lab67.9360-13.564269.0029

#afaa0a color RGB value is (175,170,10).

#afaa0a hex color red value is 175, green value is 170 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #afaa0a hue: 0.16 , saturation: 0.89 and the lightness value of afaa0a is 0.36.

The process color (four color CMYK) of #afaa0a color hex is 0.00, 0.03, 0.94, 0.31. Web safe color of #afaa0a is #999900. Color #afaa0a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00001010
Octal 257 252 12
Decimal 175 170 10
Hex AF AA A

RGB Percentages of Color #afaa0a

%49.30
%47.89
%2.82

CMYK Percentages of Color #afaa0a

%0
%3
%94
%31

Triadic Colors of #afaa0a

#afaa0a #0aafaa #aa0aaf

Analogous Colors of #afaa0a

#afaa0a #62af0a #af570a

Monochromatic Colors of #afaa0a

#afaa0a

Complementary Color

#afaa0a #0a0faf

#afaa0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa0a Color CSS Codes

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

#afaa0a Text Font Color

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

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


#afaa0a Background Color

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

This div background color is #afaa0a


#afaa0a Border Color

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

This div border color is #afaa0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa0a


Comments

No comments written yet.

Please login to write comment.