Color Hex Logo

#afac13 Color Hex

#AFAC13
(175,172,19)
0 Favorites   0 Comments

Color spaces of #afac13

RGB 17517219
HSL0.160.800.38
HSV59°89°69°
CMYK 0.000.020.89   0.31
XYZ32.549338.66606.3639
Yxy38.66600.41960.4984
Hunter Lab62.1820-15.382337.4595
CIE-Lab68.5086-14.446968.0886

#afac13 color RGB value is (175,172,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00010011
Octal 257 254 23
Decimal 175 172 19
Hex AF AC 13

RGB Percentages of Color #afac13

%47.81
%46.99
%5.19

CMYK Percentages of Color #afac13

%0
%2
%89
%31

Triadic Colors of #afac13

#afac13 #13afac #ac13af

Analogous Colors of #afac13

#afac13 #64af13 #af5e13

Monochromatic Colors of #afac13

#afac13

Complementary Color

#afac13 #1316af

#afac13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac13 Color CSS Codes

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

#afac13 Text Font Color

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

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


#afac13 Background Color

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

This div background color is #afac13


#afac13 Border Color

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

This div border color is #afac13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac13


Comments

No comments written yet.

Please login to write comment.