Color Hex Logo

#adc92e Color Hex

#ADC92E
(173,201,46)
0 Favorites   0 Comments

Color spaces of #adc92e

RGB 17320146
HSL0.200.630.48
HSV71°77°79°
CMYK 0.140.000.77   0.21
XYZ38.613450.854810.3656
Yxy50.85480.38680.5094
Hunter Lab71.3126-28.145141.3007
CIE-Lab76.5910-28.785268.3177

#adc92e color RGB value is (173,201,46).

#adc92e hex color red value is 173, green value is 201 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #adc92e hue: 0.20 , saturation: 0.63 and the lightness value of adc92e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001001 00101110
Octal 255 311 56
Decimal 173 201 46
Hex AD C9 2E

RGB Percentages of Color #adc92e

%41.19
%47.86
%10.95

CMYK Percentages of Color #adc92e

%14
%0
%77
%21

Triadic Colors of #adc92e

#adc92e #2eadc9 #c92ead

Analogous Colors of #adc92e

#adc92e #5fc92e #c9982e

Monochromatic Colors of #adc92e

#adc92e

Complementary Color

#adc92e #4a2ec9

#adc92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc92e Color CSS Codes

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

#adc92e Text Font Color

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

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


#adc92e Background Color

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

This div background color is #adc92e


#adc92e Border Color

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

This div border color is #adc92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc92e


Comments

No comments written yet.

Please login to write comment.