Color Hex Logo

#afb159 Color Hex

#AFB159
(175,177,89)
0 Favorites   0 Comments

Color spaces of #afb159

RGB 17517789
HSL0.170.360.52
HSV61°50°69°
CMYK 0.010.000.50   0.31
XYZ35.204541.279515.5635
Yxy41.27950.38250.4485
Hunter Lab64.2491-14.629130.6122
CIE-Lab70.3713-13.211244.3448

#afb159 color RGB value is (175,177,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 01011001
Octal 257 261 131
Decimal 175 177 89
Hex AF B1 59

RGB Percentages of Color #afb159

%39.68
%40.14
%20.18

CMYK Percentages of Color #afb159

%1
%0
%50
%31

Triadic Colors of #afb159

#afb159 #59afb1 #b159af

Analogous Colors of #afb159

#afb159 #83b159 #b18759

Monochromatic Colors of #afb159

#afb159

Complementary Color

#afb159 #5b59b1

#afb159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb159 Color CSS Codes

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

#afb159 Text Font Color

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

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


#afb159 Background Color

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

This div background color is #afb159


#afb159 Border Color

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

This div border color is #afb159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb159


Comments

No comments written yet.

Please login to write comment.