Color Hex Logo

#afbc4d Color Hex

#AFBC4D
(175,188,77)
0 Favorites   0 Comments

Color spaces of #afbc4d

RGB 17518877
HSL0.190.450.52
HSV67°59°74°
CMYK 0.070.000.59   0.26
XYZ37.002045.616213.8758
Yxy45.61620.38350.4727
Hunter Lab67.5398-20.402535.0969
CIE-Lab73.2958-19.806553.3124

#afbc4d color RGB value is (175,188,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 01001101
Octal 257 274 115
Decimal 175 188 77
Hex AF BC 4D

RGB Percentages of Color #afbc4d

%39.77
%42.73
%17.50

CMYK Percentages of Color #afbc4d

%7
%0
%59
%26

Triadic Colors of #afbc4d

#afbc4d #4dafbc #bc4daf

Analogous Colors of #afbc4d

#afbc4d #78bc4d #bc924d

Monochromatic Colors of #afbc4d

#afbc4d

Complementary Color

#afbc4d #5a4dbc

#afbc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc4d Color CSS Codes

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

#afbc4d Text Font Color

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

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


#afbc4d Background Color

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

This div background color is #afbc4d


#afbc4d Border Color

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

This div border color is #afbc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc4d


Comments

No comments written yet.

Please login to write comment.