Color Hex Logo

#afa200 Color Hex

#AFA200
(175,162,0)
0 Favorites   0 Comments

Color spaces of #afa200

RGB 1751620
HSL0.151.000.34
HSV56°100°69°
CMYK 0.000.071.00   0.31
XYZ30.599534.95465.1341
Yxy34.95460.43290.4945
Hunter Lab59.1224-11.079536.2370
CIE-Lab65.7133-9.527368.6305

#afa200 color RGB value is (175,162,0).

#afa200 hex color red value is 175, green value is 162 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #afa200 hue: 0.15 , saturation: 1.00 and the lightness value of afa200 is 0.34.

The process color (four color CMYK) of #afa200 color hex is 0.00, 0.07, 1.00, 0.31. Web safe color of #afa200 is #999900. Color #afa200 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00000000
Octal 257 242 0
Decimal 175 162 0
Hex AF A2 0

RGB Percentages of Color #afa200

%51.93
%48.07
%0.00

CMYK Percentages of Color #afa200

%0
%7
%100
%31

Triadic Colors of #afa200

#afa200 #00afa2 #a200af

Analogous Colors of #afa200

#afa200 #65af00 #af4b00

Monochromatic Colors of #afa200

#afa200

Complementary Color

#afa200 #000daf

#afa200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa200 Color CSS Codes

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

#afa200 Text Font Color

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

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


#afa200 Background Color

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

This div background color is #afa200


#afa200 Border Color

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

This div border color is #afa200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa200


Comments

No comments written yet.

Please login to write comment.