Color Hex Logo

#afad11 Color Hex

#AFAD11
(175,173,17)
0 Favorites   0 Comments

Color spaces of #afad11

RGB 17517317
HSL0.160.820.38
HSV59°90°69°
CMYK 0.000.010.90   0.31
XYZ32.723939.04166.3414
Yxy39.04160.41900.4998
Hunter Lab62.4833-15.861337.7210
CIE-Lab68.7814-14.998268.6504

#afad11 color RGB value is (175,173,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 00010001
Octal 257 255 21
Decimal 175 173 17
Hex AF AD 11

RGB Percentages of Color #afad11

%47.95
%47.40
%4.66

CMYK Percentages of Color #afad11

%0
%1
%90
%31

Triadic Colors of #afad11

#afad11 #11afad #ad11af

Analogous Colors of #afad11

#afad11 #62af11 #af5e11

Monochromatic Colors of #afad11

#afad11

Complementary Color

#afad11 #1113af

#afad11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad11 Color CSS Codes

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

#afad11 Text Font Color

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

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


#afad11 Background Color

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

This div background color is #afad11


#afad11 Border Color

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

This div border color is #afad11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad11


Comments

No comments written yet.

Please login to write comment.