Color Hex Logo

#afa737 Color Hex

#AFA737
(175,167,55)
0 Favorites   0 Comments

Color spaces of #afa737

RGB 17516755
HSL0.160.520.45
HSV56°69°69°
CMYK 0.000.050.69   0.31
XYZ32.187537.02729.0649
Yxy37.02720.41120.4730
Hunter Lab60.8500-12.067233.7625
CIE-Lab67.2974-10.527156.2861

#afa737 color RGB value is (175,167,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00110111
Octal 257 247 67
Decimal 175 167 55
Hex AF A7 37

RGB Percentages of Color #afa737

%44.08
%42.07
%13.85

CMYK Percentages of Color #afa737

%0
%5
%69
%31

Triadic Colors of #afa737

#afa737 #37afa7 #a737af

Analogous Colors of #afa737

#afa737 #7baf37 #af6b37

Monochromatic Colors of #afa737

#afa737

Complementary Color

#afa737 #373faf

#afa737 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa737 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa737 Color CSS Codes

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

#afa737 Text Font Color

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

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


#afa737 Background Color

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

This div background color is #afa737


#afa737 Border Color

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

This div border color is #afa737


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa737


Comments

No comments written yet.

Please login to write comment.