Color Hex Logo

#afb980 Color Hex

#AFB980
(175,185,128)
0 Favorites   0 Comments

Color spaces of #afb980

RGB 175185128
HSL0.200.290.61
HSV71°31°73°
CMYK 0.050.000.31   0.27
XYZ38.924445.370427.1279
Yxy45.37040.34930.4072
Hunter Lab67.3576-14.724623.2716
CIE-Lab73.1351-12.897827.8326

#afb980 color RGB value is (175,185,128).

#afb980 hex color red value is 175, green value is 185 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #afb980 hue: 0.20 , saturation: 0.29 and the lightness value of afb980 is 0.61.

The process color (four color CMYK) of #afb980 color hex is 0.05, 0.00, 0.31, 0.27. Web safe color of #afb980 is #99cc99. Color #afb980 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 10000000
Octal 257 271 200
Decimal 175 185 128
Hex AF B9 80

RGB Percentages of Color #afb980

%35.86
%37.91
%26.23

CMYK Percentages of Color #afb980

%5
%0
%31
%27

Triadic Colors of #afb980

#afb980 #80afb9 #b980af

Analogous Colors of #afb980

#afb980 #93b980 #b9a780

Monochromatic Colors of #afb980

#afb980

Complementary Color

#afb980 #8a80b9

#afb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb980 Color CSS Codes

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

#afb980 Text Font Color

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

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


#afb980 Background Color

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

This div background color is #afb980


#afb980 Border Color

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

This div border color is #afb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb980


Comments

No comments written yet.

Please login to write comment.