Color Hex Logo

#afb56d Color Hex

#AFB56D
(175,181,109)
0 Favorites   0 Comments

Color spaces of #afb56d

RGB 175181109
HSL0.180.330.57
HSV65°40°71°
CMYK 0.030.000.40   0.29
XYZ36.963443.265820.8710
Yxy43.26580.36560.4279
Hunter Lab65.7767-14.800827.2310
CIE-Lab71.7350-13.206035.9509

#afb56d color RGB value is (175,181,109).

#afb56d hex color red value is 175, green value is 181 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #afb56d hue: 0.18 , saturation: 0.33 and the lightness value of afb56d is 0.57.

The process color (four color CMYK) of #afb56d color hex is 0.03, 0.00, 0.40, 0.29. Web safe color of #afb56d is #99cc66. Color #afb56d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01101101
Octal 257 265 155
Decimal 175 181 109
Hex AF B5 6D

RGB Percentages of Color #afb56d

%37.63
%38.92
%23.44

CMYK Percentages of Color #afb56d

%3
%0
%40
%29

Triadic Colors of #afb56d

#afb56d #6dafb5 #b56daf

Analogous Colors of #afb56d

#afb56d #8bb56d #b5976d

Monochromatic Colors of #afb56d

#afb56d

Complementary Color

#afb56d #736db5

#afb56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb56d Color CSS Codes

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

#afb56d Text Font Color

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

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


#afb56d Background Color

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

This div background color is #afb56d


#afb56d Border Color

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

This div border color is #afb56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb56d


Comments

No comments written yet.

Please login to write comment.