Color Hex Logo

#afad0e Color Hex

#AFAD0E
(175,173,14)
0 Favorites   0 Comments

Color spaces of #afad0e

RGB 17517314
HSL0.160.850.37
HSV59°92°69°
CMYK 0.000.010.92   0.31
XYZ32.702039.03286.2260
Yxy39.03280.41950.5007
Hunter Lab62.4762-15.901037.8249
CIE-Lab68.7750-15.048969.1126

#afad0e color RGB value is (175,173,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00001110
Octal 257 255 16
Decimal 175 173 14
Hex AF AD E

RGB Percentages of Color #afad0e

%48.34
%47.79
%3.87

CMYK Percentages of Color #afad0e

%0
%1
%92
%31

Triadic Colors of #afad0e

#afad0e #0eafad #ad0eaf

Analogous Colors of #afad0e

#afad0e #61af0e #af5d0e

Monochromatic Colors of #afad0e

#afad0e

Complementary Color

#afad0e #0e10af

#afad0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad0e Color CSS Codes

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

#afad0e Text Font Color

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

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


#afad0e Background Color

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

This div background color is #afad0e


#afad0e Border Color

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

This div border color is #afad0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad0e


Comments

No comments written yet.

Please login to write comment.