Color Hex Logo

#afa858 Color Hex

#AFA858
(175,168,88)
0 Favorites   0 Comments

Color spaces of #afa858

RGB 17516888
HSL0.150.350.52
HSV55°50°69°
CMYK 0.000.040.50   0.31
XYZ33.443337.823814.7706
Yxy37.82380.38870.4396
Hunter Lab61.5011-10.561428.8112
CIE-Lab67.8906-8.609041.8745

#afa858 color RGB value is (175,168,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01011000
Octal 257 250 130
Decimal 175 168 88
Hex AF A8 58

RGB Percentages of Color #afa858

%40.60
%38.98
%20.42

CMYK Percentages of Color #afa858

%0
%4
%50
%31

Triadic Colors of #afa858

#afa858 #58afa8 #a858af

Analogous Colors of #afa858

#afa858 #8baf58 #af7d58

Monochromatic Colors of #afa858

#afa858

Complementary Color

#afa858 #585faf

#afa858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa858 Color CSS Codes

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

#afa858 Text Font Color

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

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


#afa858 Background Color

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

This div background color is #afa858


#afa858 Border Color

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

This div border color is #afa858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa858


Comments

No comments written yet.

Please login to write comment.