Color Hex Logo

#afa83e Color Hex

#AFA83E
(175,168,62)
0 Favorites   0 Comments

Color spaces of #afa83e

RGB 17516862
HSL0.160.480.46
HSV56°65°69°
CMYK 0.000.040.65   0.31
XYZ32.551337.467010.0736
Yxy37.46700.40640.4678
Hunter Lab61.2103-12.192733.0896
CIE-Lab67.6259-10.635053.7265

#afa83e color RGB value is (175,168,62).

#afa83e hex color red value is 175, green value is 168 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afa83e hue: 0.16 , saturation: 0.48 and the lightness value of afa83e is 0.46.

The process color (four color CMYK) of #afa83e color hex is 0.00, 0.04, 0.65, 0.31. Web safe color of #afa83e is #999933. Color #afa83e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00111110
Octal 257 250 76
Decimal 175 168 62
Hex AF A8 3E

RGB Percentages of Color #afa83e

%43.21
%41.48
%15.31

CMYK Percentages of Color #afa83e

%0
%4
%65
%31

Triadic Colors of #afa83e

#afa83e #3eafa8 #a83eaf

Analogous Colors of #afa83e

#afa83e #7eaf3e #af703e

Monochromatic Colors of #afa83e

#afa83e

Complementary Color

#afa83e #3e45af

#afa83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa83e Color CSS Codes

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

#afa83e Text Font Color

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

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


#afa83e Background Color

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

This div background color is #afa83e


#afa83e Border Color

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

This div border color is #afa83e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa83e


Comments

No comments written yet.

Please login to write comment.