Color Hex Logo

#adbd82 Color Hex

#ADBD82
(173,189,130)
0 Favorites   0 Comments

Color spaces of #adbd82

RGB 173189130
HSL0.210.310.63
HSV76°31°74°
CMYK 0.080.000.31   0.26
XYZ39.460446.891128.0902
Yxy46.89110.34480.4097
Hunter Lab68.4771-16.973023.6124
CIE-Lab74.1201-15.446628.0599

#adbd82 color RGB value is (173,189,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 10000010
Octal 255 275 202
Decimal 173 189 130
Hex AD BD 82

RGB Percentages of Color #adbd82

%35.16
%38.41
%26.42

CMYK Percentages of Color #adbd82

%8
%0
%31
%26

Triadic Colors of #adbd82

#adbd82 #82adbd #bd82ad

Analogous Colors of #adbd82

#adbd82 #90bd82 #bdb082

Monochromatic Colors of #adbd82

#adbd82

Complementary Color

#adbd82 #9282bd

#adbd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd82 Color CSS Codes

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

#adbd82 Text Font Color

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

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


#adbd82 Background Color

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

This div background color is #adbd82


#adbd82 Border Color

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

This div border color is #adbd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd82


Comments

No comments written yet.

Please login to write comment.