Color Hex Logo

#afb864 Color Hex

#AFB864
(175,184,100)
0 Favorites   0 Comments

Color spaces of #afb864

RGB 175184100
HSL0.180.370.56
HSV66°46°72°
CMYK 0.050.000.46   0.28
XYZ37.119944.315018.6538
Yxy44.31500.37090.4428
Hunter Lab66.5695-16.963129.9847
CIE-Lab72.4385-15.724141.4011

#afb864 color RGB value is (175,184,100).

#afb864 hex color red value is 175, green value is 184 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #afb864 hue: 0.18 , saturation: 0.37 and the lightness value of afb864 is 0.56.

The process color (four color CMYK) of #afb864 color hex is 0.05, 0.00, 0.46, 0.28. Web safe color of #afb864 is #99cc66. Color #afb864 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01100100
Octal 257 270 144
Decimal 175 184 100
Hex AF B8 64

RGB Percentages of Color #afb864

%38.13
%40.09
%21.79

CMYK Percentages of Color #afb864

%5
%0
%46
%28

Triadic Colors of #afb864

#afb864 #64afb8 #b864af

Analogous Colors of #afb864

#afb864 #85b864 #b89764

Monochromatic Colors of #afb864

#afb864

Complementary Color

#afb864 #6d64b8

#afb864 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb864 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb864 Color CSS Codes

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

#afb864 Text Font Color

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

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


#afb864 Background Color

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

This div background color is #afb864


#afb864 Border Color

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

This div border color is #afb864


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb864


Comments

No comments written yet.

Please login to write comment.