Color Hex Logo

#afb186 Color Hex

#AFB186
(175,177,134)
0 Favorites   0 Comments

Color spaces of #afb186

RGB 175177134
HSL0.170.220.61
HSV63°24°69°
CMYK 0.010.000.24   0.31
XYZ37.704442.279528.7278
Yxy42.27950.34680.3889
Hunter Lab65.0227-10.283819.3209
CIE-Lab71.0632-7.887621.8333

#afb186 color RGB value is (175,177,134).

#afb186 hex color red value is 175, green value is 177 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #afb186 hue: 0.17 , saturation: 0.22 and the lightness value of afb186 is 0.61.

The process color (four color CMYK) of #afb186 color hex is 0.01, 0.00, 0.24, 0.31. Web safe color of #afb186 is #999999. Color #afb186 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 10000110
Octal 257 261 206
Decimal 175 177 134
Hex AF B1 86

RGB Percentages of Color #afb186

%36.01
%36.42
%27.57

CMYK Percentages of Color #afb186

%1
%0
%24
%31

Triadic Colors of #afb186

#afb186 #86afb1 #b186af

Analogous Colors of #afb186

#afb186 #9ab186 #b19e86

Monochromatic Colors of #afb186

#afb186

Complementary Color

#afb186 #8886b1

#afb186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb186 Color CSS Codes

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

#afb186 Text Font Color

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

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


#afb186 Background Color

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

This div background color is #afb186


#afb186 Border Color

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

This div border color is #afb186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb186


Comments

No comments written yet.

Please login to write comment.