Color Hex Logo

#afa681 Color Hex

#AFA681
(175,166,129)
0 Favorites   0 Comments

Color spaces of #afa681

RGB 175166129
HSL0.130.220.60
HSV48°26°69°
CMYK 0.000.050.26   0.31
XYZ35.277937.971426.2387
Yxy37.97140.35460.3817
Hunter Lab61.6209-5.645617.8885
CIE-Lab67.9995-2.738620.3684

#afa681 color RGB value is (175,166,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 10000001
Octal 257 246 201
Decimal 175 166 129
Hex AF A6 81

RGB Percentages of Color #afa681

%37.23
%35.32
%27.45

CMYK Percentages of Color #afa681

%0
%5
%26
%31

Triadic Colors of #afa681

#afa681 #81afa6 #a681af

Analogous Colors of #afa681

#afa681 #a1af81 #af8f81

Monochromatic Colors of #afa681

#afa681

Complementary Color

#afa681 #818aaf

#afa681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa681 Color CSS Codes

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

#afa681 Text Font Color

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

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


#afa681 Background Color

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

This div background color is #afa681


#afa681 Border Color

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

This div border color is #afa681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa681


Comments

No comments written yet.

Please login to write comment.