Color Hex Logo

#afb859 Color Hex

#AFB859
(175,184,89)
0 Favorites   0 Comments

Color spaces of #afb859

RGB 17518489
HSL0.180.400.54
HSV66°52°72°
CMYK 0.050.000.52   0.28
XYZ36.622944.116216.0362
Yxy44.11620.37840.4559
Hunter Lab66.4200-17.813132.1793
CIE-Lab72.3061-16.791746.6325

#afb859 color RGB value is (175,184,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 01011001
Octal 257 270 131
Decimal 175 184 89
Hex AF B8 59

RGB Percentages of Color #afb859

%39.06
%41.07
%19.87

CMYK Percentages of Color #afb859

%5
%0
%52
%28

Triadic Colors of #afb859

#afb859 #59afb8 #b859af

Analogous Colors of #afb859

#afb859 #80b859 #b89259

Monochromatic Colors of #afb859

#afb859

Complementary Color

#afb859 #6259b8

#afb859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb859 Color CSS Codes

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

#afb859 Text Font Color

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

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


#afb859 Background Color

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

This div background color is #afb859


#afb859 Border Color

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

This div border color is #afb859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb859


Comments

No comments written yet.

Please login to write comment.