Color Hex Logo

#afb07f Color Hex

#AFB07F
(175,176,127)
0 Favorites   0 Comments

Color spaces of #afb07f

RGB 175176127
HSL0.170.240.59
HSV61°28°69°
CMYK 0.010.000.28   0.31
XYZ37.035341.696926.1750
Yxy41.69690.35300.3975
Hunter Lab64.5731-10.626021.1677
CIE-Lab70.6614-8.342125.0587

#afb07f color RGB value is (175,176,127).

#afb07f hex color red value is 175, green value is 176 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afb07f hue: 0.17 , saturation: 0.24 and the lightness value of afb07f is 0.59.

The process color (four color CMYK) of #afb07f color hex is 0.01, 0.00, 0.28, 0.31. Web safe color of #afb07f is #999966. Color #afb07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01111111
Octal 257 260 177
Decimal 175 176 127
Hex AF B0 7F

RGB Percentages of Color #afb07f

%36.61
%36.82
%26.57

CMYK Percentages of Color #afb07f

%1
%0
%28
%31

Triadic Colors of #afb07f

#afb07f #7fafb0 #b07faf

Analogous Colors of #afb07f

#afb07f #97b07f #b0997f

Monochromatic Colors of #afb07f

#afb07f

Complementary Color

#afb07f #807fb0

#afb07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb07f Color CSS Codes

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

#afb07f Text Font Color

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

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


#afb07f Background Color

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

This div background color is #afb07f


#afb07f Border Color

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

This div border color is #afb07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb07f


Comments

No comments written yet.

Please login to write comment.