Color Hex Logo

#afa988 Color Hex

#AFA988
(175,169,136)
0 Favorites   0 Comments

Color spaces of #afa988

RGB 175169136
HSL0.140.200.61
HSV51°22°69°
CMYK 0.000.030.22   0.31
XYZ36.311139.267528.9581
Yxy39.26750.34740.3756
Hunter Lab62.6638-6.228216.4656
CIE-Lab68.9446-3.337917.8387

#afa988 color RGB value is (175,169,136).

#afa988 hex color red value is 175, green value is 169 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afa988 hue: 0.14 , saturation: 0.20 and the lightness value of afa988 is 0.61.

The process color (four color CMYK) of #afa988 color hex is 0.00, 0.03, 0.22, 0.31. Web safe color of #afa988 is #999999. Color #afa988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 10001000
Octal 257 251 210
Decimal 175 169 136
Hex AF A9 88

RGB Percentages of Color #afa988

%36.46
%35.21
%28.33

CMYK Percentages of Color #afa988

%0
%3
%22
%31

Triadic Colors of #afa988

#afa988 #88afa9 #a988af

Analogous Colors of #afa988

#afa988 #a2af88 #af9688

Monochromatic Colors of #afa988

#afa988

Complementary Color

#afa988 #888eaf

#afa988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa988 Color CSS Codes

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

#afa988 Text Font Color

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

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


#afa988 Background Color

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

This div background color is #afa988


#afa988 Border Color

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

This div border color is #afa988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa988


Comments

No comments written yet.

Please login to write comment.