Color Hex Logo

#afa52e Color Hex

#AFA52E
(175,165,46)
0 Favorites   0 Comments

Color spaces of #afa52e

RGB 17516546
HSL0.150.580.43
HSV55°74°69°
CMYK 0.000.060.74   0.31
XYZ31.627536.22157.9093
Yxy36.22150.41750.4781
Hunter Lab60.1843-11.518834.3372
CIE-Lab66.6888-9.936859.1176

#afa52e color RGB value is (175,165,46).

#afa52e hex color red value is 175, green value is 165 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afa52e hue: 0.15 , saturation: 0.58 and the lightness value of afa52e is 0.43.

The process color (four color CMYK) of #afa52e color hex is 0.00, 0.06, 0.74, 0.31. Web safe color of #afa52e is #999933. Color #afa52e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00101110
Octal 257 245 56
Decimal 175 165 46
Hex AF A5 2E

RGB Percentages of Color #afa52e

%45.34
%42.75
%11.92

CMYK Percentages of Color #afa52e

%0
%6
%74
%31

Triadic Colors of #afa52e

#afa52e #2eafa5 #a52eaf

Analogous Colors of #afa52e

#afa52e #79af2e #af652e

Monochromatic Colors of #afa52e

#afa52e

Complementary Color

#afa52e #2e38af

#afa52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa52e Color CSS Codes

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

#afa52e Text Font Color

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

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


#afa52e Background Color

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

This div background color is #afa52e


#afa52e Border Color

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

This div border color is #afa52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa52e


Comments

No comments written yet.

Please login to write comment.