Color Hex Logo

#afa239 Color Hex

#AFA239
(175,162,57)
0 Favorites   0 Comments

Color spaces of #afa239

RGB 17516257
HSL0.150.510.45
HSV53°67°69°
CMYK 0.000.070.67   0.31
XYZ31.338035.25009.0231
Yxy35.25000.41450.4662
Hunter Lab59.3717-9.683332.5495
CIE-Lab65.9428-7.781854.0850

#afa239 color RGB value is (175,162,57).

#afa239 hex color red value is 175, green value is 162 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #afa239 hue: 0.15 , saturation: 0.51 and the lightness value of afa239 is 0.45.

The process color (four color CMYK) of #afa239 color hex is 0.00, 0.07, 0.67, 0.31. Web safe color of #afa239 is #999933. Color #afa239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00111001
Octal 257 242 71
Decimal 175 162 57
Hex AF A2 39

RGB Percentages of Color #afa239

%44.42
%41.12
%14.47

CMYK Percentages of Color #afa239

%0
%7
%67
%31

Triadic Colors of #afa239

#afa239 #39afa2 #a239af

Analogous Colors of #afa239

#afa239 #81af39 #af6739

Monochromatic Colors of #afa239

#afa239

Complementary Color

#afa239 #3946af

#afa239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa239 Color CSS Codes

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

#afa239 Text Font Color

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

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


#afa239 Background Color

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

This div background color is #afa239


#afa239 Border Color

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

This div border color is #afa239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa239


Comments

No comments written yet.

Please login to write comment.