Color Hex Logo

#afa27e Color Hex

#AFA27E
(175,162,126)
0 Favorites   0 Comments

Color spaces of #afa27e

RGB 175162126
HSL0.120.230.59
HSV44°28°69°
CMYK 0.000.070.28   0.31
XYZ34.365436.461024.9651
Yxy36.46100.35880.3806
Hunter Lab60.3829-4.081517.7548
CIE-Lab66.8707-0.998120.4693

#afa27e color RGB value is (175,162,126).

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

The process color (four color CMYK) of #afa27e color hex is 0.00, 0.07, 0.28, 0.31. Web safe color of #afa27e is #999966. Color #afa27e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 01111110
Octal 257 242 176
Decimal 175 162 126
Hex AF A2 7E

RGB Percentages of Color #afa27e

%37.80
%34.99
%27.21

CMYK Percentages of Color #afa27e

%0
%7
%28
%31

Triadic Colors of #afa27e

#afa27e #7eafa2 #a27eaf

Analogous Colors of #afa27e

#afa27e #a4af7e #af8a7e

Monochromatic Colors of #afa27e

#afa27e

Complementary Color

#afa27e #7e8baf

#afa27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa27e Color CSS Codes

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

#afa27e Text Font Color

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

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


#afa27e Background Color

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

This div background color is #afa27e


#afa27e Border Color

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

This div border color is #afa27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa27e


Comments

No comments written yet.

Please login to write comment.