Color Hex Logo

#adbd2c Color Hex

#ADBD2C
(173,189,44)
0 Favorites   0 Comments

Color spaces of #adbd2c

RGB 17318944
HSL0.190.620.46
HSV67°77°74°
CMYK 0.080.000.77   0.26
XYZ35.885845.46139.2664
Yxy45.46130.39600.5017
Hunter Lab67.4250-22.990239.0491
CIE-Lab73.1946-23.079065.8113

#adbd2c color RGB value is (173,189,44).

#adbd2c hex color red value is 173, green value is 189 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #adbd2c hue: 0.19 , saturation: 0.62 and the lightness value of adbd2c is 0.46.

The process color (four color CMYK) of #adbd2c color hex is 0.08, 0.00, 0.77, 0.26. Web safe color of #adbd2c is #99cc33. Color #adbd2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 00101100
Octal 255 275 54
Decimal 173 189 44
Hex AD BD 2C

RGB Percentages of Color #adbd2c

%42.61
%46.55
%10.84

CMYK Percentages of Color #adbd2c

%8
%0
%77
%26

Triadic Colors of #adbd2c

#adbd2c #2cadbd #bd2cad

Analogous Colors of #adbd2c

#adbd2c #65bd2c #bd852c

Monochromatic Colors of #adbd2c

#adbd2c

Complementary Color

#adbd2c #3c2cbd

#adbd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd2c Color CSS Codes

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

#adbd2c Text Font Color

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

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


#adbd2c Background Color

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

This div background color is #adbd2c


#adbd2c Border Color

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

This div border color is #adbd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd2c


Comments

No comments written yet.

Please login to write comment.