Color Hex Logo

#afa084 Color Hex

#AFA084
(175,160,132)
0 Favorites   0 Comments

Color spaces of #afa084

RGB 175160132
HSL0.110.210.60
HSV39°25°69°
CMYK 0.000.090.25   0.31
XYZ34.414935.921526.9495
Yxy35.92150.35380.3692
Hunter Lab59.9345-2.389315.2945
CIE-Lab66.45990.943416.6000

#afa084 color RGB value is (175,160,132).

#afa084 hex color red value is 175, green value is 160 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afa084 hue: 0.11 , saturation: 0.21 and the lightness value of afa084 is 0.60.

The process color (four color CMYK) of #afa084 color hex is 0.00, 0.09, 0.25, 0.31. Web safe color of #afa084 is #999999. Color #afa084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 10000100
Octal 257 240 204
Decimal 175 160 132
Hex AF A0 84

RGB Percentages of Color #afa084

%37.47
%34.26
%28.27

CMYK Percentages of Color #afa084

%0
%9
%25
%31

Triadic Colors of #afa084

#afa084 #84afa0 #a084af

Analogous Colors of #afa084

#afa084 #a9af84 #af8b84

Monochromatic Colors of #afa084

#afa084

Complementary Color

#afa084 #8493af

#afa084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa084 Color CSS Codes

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

#afa084 Text Font Color

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

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


#afa084 Background Color

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

This div background color is #afa084


#afa084 Border Color

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

This div border color is #afa084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa084


Comments

No comments written yet.

Please login to write comment.