Color Hex Logo

#afb059 Color Hex

#AFB059
(175,176,89)
0 Favorites   0 Comments

Color spaces of #afb059

RGB 17517689
HSL0.170.360.52
HSV61°49°69°
CMYK 0.010.000.49   0.31
XYZ35.007740.885915.4979
Yxy40.88590.38310.4474
Hunter Lab63.9421-14.171530.3891
CIE-Lab70.0959-12.694544.0171

#afb059 color RGB value is (175,176,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01011001
Octal 257 260 131
Decimal 175 176 89
Hex AF B0 59

RGB Percentages of Color #afb059

%39.77
%40.00
%20.23

CMYK Percentages of Color #afb059

%1
%0
%49
%31

Triadic Colors of #afb059

#afb059 #59afb0 #b059af

Analogous Colors of #afb059

#afb059 #84b059 #b08659

Monochromatic Colors of #afb059

#afb059

Complementary Color

#afb059 #5a59b0

#afb059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb059 Color CSS Codes

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

#afb059 Text Font Color

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

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


#afb059 Background Color

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

This div background color is #afb059


#afb059 Border Color

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

This div border color is #afb059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb059


Comments

No comments written yet.

Please login to write comment.