Color Hex Logo

#afa735 Color Hex

#AFA735
(175,167,53)
0 Favorites   0 Comments

Color spaces of #afa735

RGB 17516753
HSL0.160.540.45
HSV56°70°69°
CMYK 0.000.050.70   0.31
XYZ32.140537.00848.8175
Yxy37.00840.41220.4747
Hunter Lab60.8345-12.154133.9905
CIE-Lab67.2833-10.636157.0636

#afa735 color RGB value is (175,167,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00110101
Octal 257 247 65
Decimal 175 167 53
Hex AF A7 35

RGB Percentages of Color #afa735

%44.30
%42.28
%13.42

CMYK Percentages of Color #afa735

%0
%5
%70
%31

Triadic Colors of #afa735

#afa735 #35afa7 #a735af

Analogous Colors of #afa735

#afa735 #7aaf35 #af6a35

Monochromatic Colors of #afa735

#afa735

Complementary Color

#afa735 #353daf

#afa735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa735 Color CSS Codes

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

#afa735 Text Font Color

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

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


#afa735 Background Color

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

This div background color is #afa735


#afa735 Border Color

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

This div border color is #afa735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa735


Comments

No comments written yet.

Please login to write comment.