Color Hex Logo

#afbf4c Color Hex

#AFBF4C
(175,191,76)
0 Favorites   0 Comments

Color spaces of #afbf4c

RGB 17519176
HSL0.190.470.52
HSV68°60°75°
CMYK 0.080.000.60   0.25
XYZ37.614546.897413.9071
Yxy46.89740.38220.4765
Hunter Lab68.4817-21.799435.8967
CIE-Lab74.1241-21.373354.6649

#afbf4c color RGB value is (175,191,76).

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

The process color (four color CMYK) of #afbf4c color hex is 0.08, 0.00, 0.60, 0.25. Web safe color of #afbf4c is #99cc33. Color #afbf4c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01001100
Octal 257 277 114
Decimal 175 191 76
Hex AF BF 4C

RGB Percentages of Color #afbf4c

%39.59
%43.21
%17.19

CMYK Percentages of Color #afbf4c

%8
%0
%60
%25

Triadic Colors of #afbf4c

#afbf4c #4cafbf #bf4caf

Analogous Colors of #afbf4c

#afbf4c #76bf4c #bf964c

Monochromatic Colors of #afbf4c

#afbf4c

Complementary Color

#afbf4c #5c4cbf

#afbf4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf4c Color CSS Codes

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

#afbf4c Text Font Color

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

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


#afbf4c Background Color

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

This div background color is #afbf4c


#afbf4c Border Color

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

This div border color is #afbf4c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf4c


Comments

No comments written yet.

Please login to write comment.