Color Hex Logo

#afb06d Color Hex

#AFB06D
(175,176,109)
0 Favorites   0 Comments

Color spaces of #afb06d

RGB 175176109
HSL0.170.300.56
HSV61°38°69°
CMYK 0.010.000.38   0.31
XYZ35.964841.268820.5381
Yxy41.26880.36780.4221
Hunter Lab64.2408-12.489326.0133
CIE-Lab70.3638-10.612434.2032

#afb06d color RGB value is (175,176,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01101101
Octal 257 260 155
Decimal 175 176 109
Hex AF B0 6D

RGB Percentages of Color #afb06d

%38.04
%38.26
%23.70

CMYK Percentages of Color #afb06d

%1
%0
%38
%31

Triadic Colors of #afb06d

#afb06d #6dafb0 #b06daf

Analogous Colors of #afb06d

#afb06d #8eb06d #b0906d

Monochromatic Colors of #afb06d

#afb06d

Complementary Color

#afb06d #6e6db0

#afb06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb06d Color CSS Codes

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

#afb06d Text Font Color

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

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


#afb06d Background Color

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

This div background color is #afb06d


#afb06d Border Color

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

This div border color is #afb06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb06d


Comments

No comments written yet.

Please login to write comment.