Color Hex Logo

#afa935 Color Hex

#AFA935
(175,169,53)
0 Favorites   0 Comments

Color spaces of #afa935

RGB 17516953
HSL0.160.540.45
HSV57°70°69°
CMYK 0.000.030.70   0.31
XYZ32.509837.74698.9406
Yxy37.74690.41050.4766
Hunter Lab61.4385-13.065234.3790
CIE-Lab67.8337-11.679157.6116

#afa935 color RGB value is (175,169,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00110101
Octal 257 251 65
Decimal 175 169 53
Hex AF A9 35

RGB Percentages of Color #afa935

%44.08
%42.57
%13.35

CMYK Percentages of Color #afa935

%0
%3
%70
%31

Triadic Colors of #afa935

#afa935 #35afa9 #a935af

Analogous Colors of #afa935

#afa935 #78af35 #af6c35

Monochromatic Colors of #afa935

#afa935

Complementary Color

#afa935 #353baf

#afa935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa935 Color CSS Codes

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

#afa935 Text Font Color

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

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


#afa935 Background Color

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

This div background color is #afa935


#afa935 Border Color

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

This div border color is #afa935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa935


Comments

No comments written yet.

Please login to write comment.