Color Hex Logo

#adc91d Color Hex

#ADC91D
(173,201,29)
0 Favorites   0 Comments

Color spaces of #adc91d

RGB 17320129
HSL0.190.750.45
HSV70°86°79°
CMYK 0.140.000.86   0.21
XYZ38.342050.74628.9366
Yxy50.74620.39110.5177
Hunter Lab71.2364-28.588542.4275
CIE-Lab76.5250-29.370672.6097

#adc91d color RGB value is (173,201,29).

#adc91d hex color red value is 173, green value is 201 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #adc91d hue: 0.19 , saturation: 0.75 and the lightness value of adc91d is 0.45.

The process color (four color CMYK) of #adc91d color hex is 0.14, 0.00, 0.86, 0.21. Web safe color of #adc91d is #99cc33. Color #adc91d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00011101
Octal 255 311 35
Decimal 173 201 29
Hex AD C9 1D

RGB Percentages of Color #adc91d

%42.93
%49.88
%7.20

CMYK Percentages of Color #adc91d

%14
%0
%86
%21

Triadic Colors of #adc91d

#adc91d #1dadc9 #c91dad

Analogous Colors of #adc91d

#adc91d #57c91d #c98f1d

Monochromatic Colors of #adc91d

#adc91d

Complementary Color

#adc91d #391dc9

#adc91d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc91d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc91d Color CSS Codes

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

#adc91d Text Font Color

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

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


#adc91d Background Color

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

This div background color is #adc91d


#adc91d Border Color

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

This div border color is #adc91d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc91d


Comments

No comments written yet.

Please login to write comment.