Color Hex Logo

#afbd82 Color Hex

#AFBD82
(175,189,130)
0 Favorites   0 Comments

Color spaces of #afbd82

RGB 175189130
HSL0.210.310.63
HSV74°31°74°
CMYK 0.070.000.31   0.26
XYZ39.906147.120928.1111
Yxy47.12090.34660.4093
Hunter Lab68.6447-16.358423.7711
CIE-Lab74.2670-14.681128.2818

#afbd82 color RGB value is (175,189,130).

#afbd82 hex color red value is 175, green value is 189 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afbd82 hue: 0.21 , saturation: 0.31 and the lightness value of afbd82 is 0.63.

The process color (four color CMYK) of #afbd82 color hex is 0.07, 0.00, 0.31, 0.26. Web safe color of #afbd82 is #99cc99. Color #afbd82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10000010
Octal 257 275 202
Decimal 175 189 130
Hex AF BD 82

RGB Percentages of Color #afbd82

%35.43
%38.26
%26.32

CMYK Percentages of Color #afbd82

%7
%0
%31
%26

Triadic Colors of #afbd82

#afbd82 #82afbd #bd82af

Analogous Colors of #afbd82

#afbd82 #92bd82 #bdae82

Monochromatic Colors of #afbd82

#afbd82

Complementary Color

#afbd82 #9082bd

#afbd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd82 Color CSS Codes

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

#afbd82 Text Font Color

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

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


#afbd82 Background Color

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

This div background color is #afbd82


#afbd82 Border Color

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

This div border color is #afbd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd82


Comments

No comments written yet.

Please login to write comment.