Color Hex Logo

#afa383 Color Hex

#AFA383
(175,163,131)
0 Favorites   0 Comments

Color spaces of #afa383

RGB 175163131
HSL0.120.220.60
HSV44°25°69°
CMYK 0.000.070.25   0.31
XYZ34.873136.947026.7662
Yxy36.94700.35370.3748
Hunter Lab60.7840-3.962816.4405
CIE-Lab67.2372-0.832618.2256

#afa383 color RGB value is (175,163,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 10000011
Octal 257 243 203
Decimal 175 163 131
Hex AF A3 83

RGB Percentages of Color #afa383

%37.31
%34.75
%27.93

CMYK Percentages of Color #afa383

%0
%7
%25
%31

Triadic Colors of #afa383

#afa383 #83afa3 #a383af

Analogous Colors of #afa383

#afa383 #a5af83 #af8d83

Monochromatic Colors of #afa383

#afa383

Complementary Color

#afa383 #838faf

#afa383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa383 Color CSS Codes

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

#afa383 Text Font Color

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

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


#afa383 Background Color

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

This div background color is #afa383


#afa383 Border Color

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

This div border color is #afa383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa383


Comments

No comments written yet.

Please login to write comment.