Color Hex Logo

#afaf0e Color Hex

#AFAF0E
(175,175,14)
0 Favorites   0 Comments

Color spaces of #afaf0e

RGB 17517514
HSL0.170.850.37
HSV60°92°69°
CMYK 0.000.000.92   0.31
XYZ33.088439.80566.3548
Yxy39.80560.41750.5023
Hunter Lab63.0917-16.796238.1923
CIE-Lab69.3308-16.070269.5432

#afaf0e color RGB value is (175,175,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 00001110
Octal 257 257 16
Decimal 175 175 14
Hex AF AF E

RGB Percentages of Color #afaf0e

%48.08
%48.08
%3.85

CMYK Percentages of Color #afaf0e

%0
%0
%92
%31

Triadic Colors of #afaf0e

#afaf0e #0eafaf #af0eaf

Analogous Colors of #afaf0e

#afaf0e #5eaf0e #af5f0e

Monochromatic Colors of #afaf0e

#afaf0e

Complementary Color

#afaf0e #0e0eaf

#afaf0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf0e Color CSS Codes

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

#afaf0e Text Font Color

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

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


#afaf0e Background Color

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

This div background color is #afaf0e


#afaf0e Border Color

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

This div border color is #afaf0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf0e


Comments

No comments written yet.

Please login to write comment.