Color Hex Logo

#adc91e Color Hex

#ADC91E
(173,201,30)
0 Favorites   0 Comments

Color spaces of #adc91e

RGB 17320130
HSL0.190.740.45
HSV70°85°79°
CMYK 0.140.000.85   0.21
XYZ38.354650.75139.0028
Yxy50.75130.39090.5173
Hunter Lab71.2399-28.568042.3753
CIE-Lab76.5281-29.343572.4009

#adc91e color RGB value is (173,201,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00011110
Octal 255 311 36
Decimal 173 201 30
Hex AD C9 1E

RGB Percentages of Color #adc91e

%42.82
%49.75
%7.43

CMYK Percentages of Color #adc91e

%14
%0
%85
%21

Triadic Colors of #adc91e

#adc91e #1eadc9 #c91ead

Analogous Colors of #adc91e

#adc91e #57c91e #c9901e

Monochromatic Colors of #adc91e

#adc91e

Complementary Color

#adc91e #3a1ec9

#adc91e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc91e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc91e Color CSS Codes

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

#adc91e Text Font Color

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

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


#adc91e Background Color

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

This div background color is #adc91e


#adc91e Border Color

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

This div border color is #adc91e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc91e


Comments

No comments written yet.

Please login to write comment.