Color Hex Logo

#afa859 Color Hex

#AFA859
(175,168,89)
0 Favorites   0 Comments

Color spaces of #afa859

RGB 17516889
HSL0.150.350.52
HSV55°49°69°
CMYK 0.000.040.49   0.31
XYZ33.485037.840514.9903
Yxy37.84050.38790.4384
Hunter Lab61.5146-10.485628.6121
CIE-Lab67.9029-8.515541.3888

#afa859 color RGB value is (175,168,89).

#afa859 hex color red value is 175, green value is 168 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #afa859 hue: 0.15 , saturation: 0.35 and the lightness value of afa859 is 0.52.

The process color (four color CMYK) of #afa859 color hex is 0.00, 0.04, 0.49, 0.31. Web safe color of #afa859 is #999966. Color #afa859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01011001
Octal 257 250 131
Decimal 175 168 89
Hex AF A8 59

RGB Percentages of Color #afa859

%40.51
%38.89
%20.60

CMYK Percentages of Color #afa859

%0
%4
%49
%31

Triadic Colors of #afa859

#afa859 #59afa8 #a859af

Analogous Colors of #afa859

#afa859 #8baf59 #af7d59

Monochromatic Colors of #afa859

#afa859

Complementary Color

#afa859 #5960af

#afa859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa859 Color CSS Codes

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

#afa859 Text Font Color

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

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


#afa859 Background Color

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

This div background color is #afa859


#afa859 Border Color

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

This div border color is #afa859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa859


Comments

No comments written yet.

Please login to write comment.