Color Hex Logo

#afa600 Color Hex

#AFA600
(175,166,0)
0 Favorites   0 Comments

Color spaces of #afa600

RGB 1751660
HSL0.161.000.34
HSV57°100°69°
CMYK 0.000.051.00   0.31
XYZ31.315436.38645.3728
Yxy36.38640.42850.4979
Hunter Lab60.3211-12.894736.9438
CIE-Lab66.8141-11.620369.4256

#afa600 color RGB value is (175,166,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 00000000
Octal 257 246 0
Decimal 175 166 0
Hex AF A6 0

RGB Percentages of Color #afa600

%51.32
%48.68
%0.00

CMYK Percentages of Color #afa600

%0
%5
%100
%31

Triadic Colors of #afa600

#afa600 #00afa6 #a600af

Analogous Colors of #afa600

#afa600 #61af00 #af4f00

Monochromatic Colors of #afa600

#afa600

Complementary Color

#afa600 #0009af

#afa600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa600 Color CSS Codes

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

#afa600 Text Font Color

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

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


#afa600 Background Color

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

This div background color is #afa600


#afa600 Border Color

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

This div border color is #afa600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa600


Comments

No comments written yet.

Please login to write comment.