Color Hex Logo

#afb787 Color Hex

#AFB787
(175,183,135)
0 Favorites   0 Comments

Color spaces of #afb787

RGB 175183135
HSL0.190.250.62
HSV70°26°72°
CMYK 0.040.000.26   0.28
XYZ38.985944.730229.5007
Yxy44.73020.34430.3951
Hunter Lab66.8806-12.990320.6639
CIE-Lab72.7139-10.886723.5391

#afb787 color RGB value is (175,183,135).

#afb787 hex color red value is 175, green value is 183 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #afb787 hue: 0.19 , saturation: 0.25 and the lightness value of afb787 is 0.62.

The process color (four color CMYK) of #afb787 color hex is 0.04, 0.00, 0.26, 0.28. Web safe color of #afb787 is #99cc99. Color #afb787 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10000111
Octal 257 267 207
Decimal 175 183 135
Hex AF B7 87

RGB Percentages of Color #afb787

%35.50
%37.12
%27.38

CMYK Percentages of Color #afb787

%4
%0
%26
%28

Triadic Colors of #afb787

#afb787 #87afb7 #b787af

Analogous Colors of #afb787

#afb787 #97b787 #b7a787

Monochromatic Colors of #afb787

#afb787

Complementary Color

#afb787 #8f87b7

#afb787 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb787 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb787 Color CSS Codes

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

#afb787 Text Font Color

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

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


#afb787 Background Color

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

This div background color is #afb787


#afb787 Border Color

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

This div border color is #afb787


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb787


Comments

No comments written yet.

Please login to write comment.