Color Hex Logo

#afa936 Color Hex

#AFA936
(175,169,54)
0 Favorites   0 Comments

Color spaces of #afa936

RGB 17516954
HSL0.160.530.45
HSV57°69°69°
CMYK 0.000.030.69   0.31
XYZ32.533037.75629.0630
Yxy37.75620.41000.4758
Hunter Lab61.4461-13.022734.2673
CIE-Lab67.8405-11.625657.2286

#afa936 color RGB value is (175,169,54).

#afa936 hex color red value is 175, green value is 169 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #afa936 hue: 0.16 , saturation: 0.53 and the lightness value of afa936 is 0.45.

The process color (four color CMYK) of #afa936 color hex is 0.00, 0.03, 0.69, 0.31. Web safe color of #afa936 is #999933. Color #afa936 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00110110
Octal 257 251 66
Decimal 175 169 54
Hex AF A9 36

RGB Percentages of Color #afa936

%43.97
%42.46
%13.57

CMYK Percentages of Color #afa936

%0
%3
%69
%31

Triadic Colors of #afa936

#afa936 #36afa9 #a936af

Analogous Colors of #afa936

#afa936 #79af36 #af6d36

Monochromatic Colors of #afa936

#afa936

Complementary Color

#afa936 #363caf

#afa936 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa936 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa936 Color CSS Codes

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

#afa936 Text Font Color

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

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


#afa936 Background Color

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

This div background color is #afa936


#afa936 Border Color

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

This div border color is #afa936


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa936


Comments

No comments written yet.

Please login to write comment.