Color Hex Logo

#afbc7f Color Hex

#AFBC7F
(175,188,127)
0 Favorites   0 Comments

Color spaces of #afbc7f

RGB 175188127
HSL0.200.310.62
HSV73°32°74°
CMYK 0.070.000.32   0.26
XYZ39.493246.612726.9943
Yxy46.61270.34920.4121
Hunter Lab68.2735-16.224324.3491
CIE-Lab73.9414-14.573029.4295

#afbc7f color RGB value is (175,188,127).

#afbc7f hex color red value is 175, green value is 188 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #afbc7f hue: 0.20 , saturation: 0.31 and the lightness value of afbc7f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 01111111
Octal 257 274 177
Decimal 175 188 127
Hex AF BC 7F

RGB Percentages of Color #afbc7f

%35.71
%38.37
%25.92

CMYK Percentages of Color #afbc7f

%7
%0
%32
%26

Triadic Colors of #afbc7f

#afbc7f #7fafbc #bc7faf

Analogous Colors of #afbc7f

#afbc7f #91bc7f #bcab7f

Monochromatic Colors of #afbc7f

#afbc7f

Complementary Color

#afbc7f #8c7fbc

#afbc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc7f Color CSS Codes

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

#afbc7f Text Font Color

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

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


#afbc7f Background Color

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

This div background color is #afbc7f


#afbc7f Border Color

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

This div border color is #afbc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc7f


Comments

No comments written yet.

Please login to write comment.