Color Hex Logo

#afaa13 Color Hex

#AFAA13
(175,170,19)
0 Favorites   0 Comments

Color spaces of #afaa13

RGB 17517019
HSL0.160.800.38
HSV58°89°69°
CMYK 0.000.030.89   0.31
XYZ32.171537.91046.2379
Yxy37.91040.42150.4967
Hunter Lab61.5714-14.482537.0932
CIE-Lab67.9545-13.417267.6489

#afaa13 color RGB value is (175,170,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00010011
Octal 257 252 23
Decimal 175 170 19
Hex AF AA 13

RGB Percentages of Color #afaa13

%48.08
%46.70
%5.22

CMYK Percentages of Color #afaa13

%0
%3
%89
%31

Triadic Colors of #afaa13

#afaa13 #13afaa #aa13af

Analogous Colors of #afaa13

#afaa13 #66af13 #af5c13

Monochromatic Colors of #afaa13

#afaa13

Complementary Color

#afaa13 #1318af

#afaa13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa13 Color CSS Codes

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

#afaa13 Text Font Color

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

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


#afaa13 Background Color

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

This div background color is #afaa13


#afaa13 Border Color

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

This div border color is #afaa13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa13


Comments

No comments written yet.

Please login to write comment.