Color Hex Logo

#afbc6f Color Hex

#AFBC6F
(175,188,111)
0 Favorites   0 Comments

Color spaces of #afbc6f

RGB 175188111
HSL0.190.360.59
HSV70°41°74°
CMYK 0.070.000.41   0.26
XYZ38.531746.228121.9310
Yxy46.22810.36120.4333
Hunter Lab67.9912-17.826028.4695
CIE-Lab73.6933-16.556637.4071

#afbc6f color RGB value is (175,188,111).

#afbc6f hex color red value is 175, green value is 188 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #afbc6f hue: 0.19 , saturation: 0.36 and the lightness value of afbc6f is 0.59.

The process color (four color CMYK) of #afbc6f color hex is 0.07, 0.00, 0.41, 0.26. Web safe color of #afbc6f is #99cc66. Color #afbc6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 01101111
Octal 257 274 157
Decimal 175 188 111
Hex AF BC 6F

RGB Percentages of Color #afbc6f

%36.92
%39.66
%23.42

CMYK Percentages of Color #afbc6f

%7
%0
%41
%26

Triadic Colors of #afbc6f

#afbc6f #6fafbc #bc6faf

Analogous Colors of #afbc6f

#afbc6f #89bc6f #bca36f

Monochromatic Colors of #afbc6f

#afbc6f

Complementary Color

#afbc6f #7c6fbc

#afbc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc6f Color CSS Codes

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

#afbc6f Text Font Color

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

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


#afbc6f Background Color

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

This div background color is #afbc6f


#afbc6f Border Color

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

This div border color is #afbc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc6f


Comments

No comments written yet.

Please login to write comment.