Color Hex Logo

#afa012 Color Hex

#AFA012
(175,160,18)
0 Favorites   0 Comments

Color spaces of #afa012

RGB 17516018
HSL0.150.810.38
HSV54°90°69°
CMYK 0.000.090.90   0.31
XYZ30.359234.29925.5926
Yxy34.29920.43220.4882
Hunter Lab58.5655-9.958835.3341
CIE-Lab65.1994-8.211565.6546

#afa012 color RGB value is (175,160,18).

#afa012 hex color red value is 175, green value is 160 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #afa012 hue: 0.15 , saturation: 0.81 and the lightness value of afa012 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 00010010
Octal 257 240 22
Decimal 175 160 18
Hex AF A0 12

RGB Percentages of Color #afa012

%49.58
%45.33
%5.10

CMYK Percentages of Color #afa012

%0
%9
%90
%31

Triadic Colors of #afa012

#afa012 #12afa0 #a012af

Analogous Colors of #afa012

#afa012 #70af12 #af5212

Monochromatic Colors of #afa012

#afa012

Complementary Color

#afa012 #1221af

#afa012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa012 Color CSS Codes

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

#afa012 Text Font Color

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

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


#afa012 Background Color

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

This div background color is #afa012


#afa012 Border Color

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

This div border color is #afa012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa012


Comments

No comments written yet.

Please login to write comment.