Color Hex Logo

#afa852 Color Hex

#AFA852
(175,168,82)
0 Favorites   0 Comments

Color spaces of #afa852

RGB 17516882
HSL0.150.370.50
HSV55°53°69°
CMYK 0.000.040.53   0.31
XYZ33.204837.728413.5149
Yxy37.72840.39320.4468
Hunter Lab61.4234-10.996029.9509
CIE-Lab67.8200-9.145844.7516

#afa852 color RGB value is (175,168,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 01010010
Octal 257 250 122
Decimal 175 168 82
Hex AF A8 52

RGB Percentages of Color #afa852

%41.18
%39.53
%19.29

CMYK Percentages of Color #afa852

%0
%4
%53
%31

Triadic Colors of #afa852

#afa852 #52afa8 #a852af

Analogous Colors of #afa852

#afa852 #88af52 #af7a52

Monochromatic Colors of #afa852

#afa852

Complementary Color

#afa852 #5259af

#afa852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa852 Color CSS Codes

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

#afa852 Text Font Color

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

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


#afa852 Background Color

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

This div background color is #afa852


#afa852 Border Color

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

This div border color is #afa852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa852


Comments

No comments written yet.

Please login to write comment.