Color Hex Logo

#afb04d Color Hex

#AFB04D
(175,176,77)
0 Favorites   0 Comments

Color spaces of #afb04d

RGB 17517677
HSL0.170.390.50
HSV61°56°69°
CMYK 0.010.000.56   0.31
XYZ34.544140.700413.0565
Yxy40.70040.39120.4609
Hunter Lab63.7969-14.992132.5237
CIE-Lab69.9655-13.721549.5917

#afb04d color RGB value is (175,176,77).

#afb04d hex color red value is 175, green value is 176 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #afb04d hue: 0.17 , saturation: 0.39 and the lightness value of afb04d is 0.50.

The process color (four color CMYK) of #afb04d color hex is 0.01, 0.00, 0.56, 0.31. Web safe color of #afb04d is #999966. Color #afb04d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01001101
Octal 257 260 115
Decimal 175 176 77
Hex AF B0 4D

RGB Percentages of Color #afb04d

%40.89
%41.12
%17.99

CMYK Percentages of Color #afb04d

%1
%0
%56
%31

Triadic Colors of #afb04d

#afb04d #4dafb0 #b04daf

Analogous Colors of #afb04d

#afb04d #7eb04d #b0804d

Monochromatic Colors of #afb04d

#afb04d

Complementary Color

#afb04d #4e4db0

#afb04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb04d Color CSS Codes

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

#afb04d Text Font Color

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

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


#afb04d Background Color

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

This div background color is #afb04d


#afb04d Border Color

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

This div border color is #afb04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb04d


Comments

No comments written yet.

Please login to write comment.