Color Hex Logo

#afb64e Color Hex

#AFB64E
(175,182,78)
0 Favorites   0 Comments

Color spaces of #afb64e

RGB 17518278
HSL0.180.420.51
HSV64°57°71°
CMYK 0.040.000.57   0.29
XYZ35.782343.119913.6448
Yxy43.11990.38660.4659
Hunter Lab65.6657-17.647633.6460
CIE-Lab71.6363-16.709851.0128

#afb64e color RGB value is (175,182,78).

#afb64e hex color red value is 175, green value is 182 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afb64e hue: 0.18 , saturation: 0.42 and the lightness value of afb64e is 0.51.

The process color (four color CMYK) of #afb64e color hex is 0.04, 0.00, 0.57, 0.29. Web safe color of #afb64e is #99cc66. Color #afb64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01001110
Octal 257 266 116
Decimal 175 182 78
Hex AF B6 4E

RGB Percentages of Color #afb64e

%40.23
%41.84
%17.93

CMYK Percentages of Color #afb64e

%4
%0
%57
%29

Triadic Colors of #afb64e

#afb64e #4eafb6 #b64eaf

Analogous Colors of #afb64e

#afb64e #7bb64e #b6894e

Monochromatic Colors of #afb64e

#afb64e

Complementary Color

#afb64e #554eb6

#afb64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb64e Color CSS Codes

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

#afb64e Text Font Color

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

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


#afb64e Background Color

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

This div background color is #afb64e


#afb64e Border Color

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

This div border color is #afb64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb64e


Comments

No comments written yet.

Please login to write comment.