Color Hex Logo

#afaa0d Color Hex

#AFAA0D
(175,170,13)
0 Favorites   0 Comments

Color spaces of #afaa0d

RGB 17517013
HSL0.160.860.37
HSV58°93°69°
CMYK 0.000.030.93   0.31
XYZ32.126637.89256.0015
Yxy37.89250.42260.4985
Hunter Lab61.5569-14.565237.3093
CIE-Lab67.9413-13.522468.6126

#afaa0d color RGB value is (175,170,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00001101
Octal 257 252 15
Decimal 175 170 13
Hex AF AA D

RGB Percentages of Color #afaa0d

%48.88
%47.49
%3.63

CMYK Percentages of Color #afaa0d

%0
%3
%93
%31

Triadic Colors of #afaa0d

#afaa0d #0dafaa #aa0daf

Analogous Colors of #afaa0d

#afaa0d #63af0d #af590d

Monochromatic Colors of #afaa0d

#afaa0d

Complementary Color

#afaa0d #0d12af

#afaa0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa0d Color CSS Codes

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

#afaa0d Text Font Color

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

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


#afaa0d Background Color

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

This div background color is #afaa0d


#afaa0d Border Color

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

This div border color is #afaa0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa0d


Comments

No comments written yet.

Please login to write comment.