Color Hex Logo

#afb37f Color Hex

#AFB37F
(175,179,127)
0 Favorites   0 Comments

Color spaces of #afb37f

RGB 175179127
HSL0.180.250.60
HSV65°29°70°
CMYK 0.020.000.29   0.30
XYZ37.630142.886526.3733
Yxy42.88650.35200.4012
Hunter Lab65.4878-12.035321.9641
CIE-Lab71.4779-9.916426.1531

#afb37f color RGB value is (175,179,127).

#afb37f hex color red value is 175, green value is 179 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afb37f hue: 0.18 , saturation: 0.25 and the lightness value of afb37f is 0.60.

The process color (four color CMYK) of #afb37f color hex is 0.02, 0.00, 0.29, 0.30. Web safe color of #afb37f is #99cc66. Color #afb37f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01111111
Octal 257 263 177
Decimal 175 179 127
Hex AF B3 7F

RGB Percentages of Color #afb37f

%36.38
%37.21
%26.40

CMYK Percentages of Color #afb37f

%2
%0
%29
%30

Triadic Colors of #afb37f

#afb37f #7fafb3 #b37faf

Analogous Colors of #afb37f

#afb37f #95b37f #b39d7f

Monochromatic Colors of #afb37f

#afb37f

Complementary Color

#afb37f #837fb3

#afb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb37f Color CSS Codes

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

#afb37f Text Font Color

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

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


#afb37f Background Color

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

This div background color is #afb37f


#afb37f Border Color

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

This div border color is #afb37f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,179,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 #afb37f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb37f


Comments

No comments written yet.

Please login to write comment.