Color Hex Logo

#afa28e Color Hex

#AFA28E
(175,162,142)
0 Favorites   0 Comments

Color spaces of #afa28e

RGB 175162142
HSL0.100.170.62
HSV36°19°69°
CMYK 0.000.070.19   0.31
XYZ35.482036.907630.8450
Yxy36.90760.34370.3575
Hunter Lab60.7516-2.062412.4232
CIE-Lab67.20771.366312.1090

#afa28e color RGB value is (175,162,142).

#afa28e hex color red value is 175, green value is 162 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #afa28e hue: 0.10 , saturation: 0.17 and the lightness value of afa28e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 10001110
Octal 257 242 216
Decimal 175 162 142
Hex AF A2 8E

RGB Percentages of Color #afa28e

%36.53
%33.82
%29.65

CMYK Percentages of Color #afa28e

%0
%7
%19
%31

Triadic Colors of #afa28e

#afa28e #8eafa2 #a28eaf

Analogous Colors of #afa28e

#afa28e #acaf8e #af928e

Monochromatic Colors of #afa28e

#afa28e

Complementary Color

#afa28e #8e9baf

#afa28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa28e Color CSS Codes

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

#afa28e Text Font Color

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

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


#afa28e Background Color

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

This div background color is #afa28e


#afa28e Border Color

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

This div border color is #afa28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa28e


Comments

No comments written yet.

Please login to write comment.