Color Hex Logo

#afa283 Color Hex

#AFA283
(175,162,131)
0 Favorites   0 Comments

Color spaces of #afa283

RGB 175162131
HSL0.120.220.60
HSV42°25°69°
CMYK 0.000.070.25   0.31
XYZ34.696336.593326.7073
Yxy36.59330.35410.3734
Hunter Lab60.4924-3.480416.1682
CIE-Lab66.9708-0.290017.8582

#afa283 color RGB value is (175,162,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 10000011
Octal 257 242 203
Decimal 175 162 131
Hex AF A2 83

RGB Percentages of Color #afa283

%37.39
%34.62
%27.99

CMYK Percentages of Color #afa283

%0
%7
%25
%31

Triadic Colors of #afa283

#afa283 #83afa2 #a283af

Analogous Colors of #afa283

#afa283 #a6af83 #af8c83

Monochromatic Colors of #afa283

#afa283

Complementary Color

#afa283 #8390af

#afa283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa283 Color CSS Codes

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

#afa283 Text Font Color

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

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


#afa283 Background Color

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

This div background color is #afa283


#afa283 Border Color

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

This div border color is #afa283


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,162,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 #afa283">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa283


Comments

No comments written yet.

Please login to write comment.