Color Hex Logo

#afa382 Color Hex

#AFA382
(175,163,130)
0 Favorites   0 Comments

Color spaces of #afa382

RGB 175163130
HSL0.120.220.60
HSV44°26°69°
CMYK 0.000.070.26   0.31
XYZ34.805736.920126.4109
Yxy36.92010.35470.3762
Hunter Lab60.7619-4.084816.7622
CIE-Lab67.2170-0.976318.7476

#afa382 color RGB value is (175,163,130).

#afa382 hex color red value is 175, green value is 163 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afa382 hue: 0.12 , saturation: 0.22 and the lightness value of afa382 is 0.60.

The process color (four color CMYK) of #afa382 color hex is 0.00, 0.07, 0.26, 0.31. Web safe color of #afa382 is #999999. Color #afa382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10000010
Octal 257 243 202
Decimal 175 163 130
Hex AF A3 82

RGB Percentages of Color #afa382

%37.39
%34.83
%27.78

CMYK Percentages of Color #afa382

%0
%7
%26
%31

Triadic Colors of #afa382

#afa382 #82afa3 #a382af

Analogous Colors of #afa382

#afa382 #a5af82 #af8d82

Monochromatic Colors of #afa382

#afa382

Complementary Color

#afa382 #828eaf

#afa382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa382 Color CSS Codes

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

#afa382 Text Font Color

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

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


#afa382 Background Color

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

This div background color is #afa382


#afa382 Border Color

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

This div border color is #afa382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa382


Comments

No comments written yet.

Please login to write comment.