Color Hex Logo

#afa83d Color Hex

#AFA83D
(175,168,61)
0 Favorites   0 Comments

Color spaces of #afa83d

RGB 17516861
HSL0.160.480.46
HSV56°65°69°
CMYK 0.000.040.65   0.31
XYZ32.524137.45619.9304
Yxy37.45610.40700.4687
Hunter Lab61.2014-12.242633.2207
CIE-Lab67.6178-10.697554.1432

#afa83d color RGB value is (175,168,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00111101
Octal 257 250 75
Decimal 175 168 61
Hex AF A8 3D

RGB Percentages of Color #afa83d

%43.32
%41.58
%15.10

CMYK Percentages of Color #afa83d

%0
%4
%65
%31

Triadic Colors of #afa83d

#afa83d #3dafa8 #a83daf

Analogous Colors of #afa83d

#afa83d #7daf3d #af6f3d

Monochromatic Colors of #afa83d

#afa83d

Complementary Color

#afa83d #3d44af

#afa83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa83d Color CSS Codes

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

#afa83d Text Font Color

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

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


#afa83d Background Color

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

This div background color is #afa83d


#afa83d Border Color

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

This div border color is #afa83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa83d


Comments

No comments written yet.

Please login to write comment.