Color Hex Logo

#afa00e Color Hex

#AFA00E
(175,160,14)
0 Favorites   0 Comments

Color spaces of #afa00e

RGB 17516014
HSL0.150.850.37
HSV54°92°69°
CMYK 0.000.090.92   0.31
XYZ30.329334.28735.4350
Yxy34.28730.43300.4895
Hunter Lab58.5554-10.016135.4856
CIE-Lab65.1900-8.283366.3434

#afa00e color RGB value is (175,160,14).

#afa00e hex color red value is 175, green value is 160 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #afa00e hue: 0.15 , saturation: 0.85 and the lightness value of afa00e is 0.37.

The process color (four color CMYK) of #afa00e color hex is 0.00, 0.09, 0.92, 0.31. Web safe color of #afa00e is #999900. Color #afa00e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00001110
Octal 257 240 16
Decimal 175 160 14
Hex AF A0 E

RGB Percentages of Color #afa00e

%50.14
%45.85
%4.01

CMYK Percentages of Color #afa00e

%0
%9
%92
%31

Triadic Colors of #afa00e

#afa00e #0eafa0 #a00eaf

Analogous Colors of #afa00e

#afa00e #6eaf0e #af500e

Monochromatic Colors of #afa00e

#afa00e

Complementary Color

#afa00e #0e1daf

#afa00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa00e Color CSS Codes

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

#afa00e Text Font Color

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

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


#afa00e Background Color

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

This div background color is #afa00e


#afa00e Border Color

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

This div border color is #afa00e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa00e


Comments

No comments written yet.

Please login to write comment.