Color Hex Logo

#adc30e Color Hex

#ADC30E
(173,195,14)
0 Favorites   0 Comments

Color spaces of #adc30e

RGB 17319514
HSL0.190.870.41
HSV67°93°76°
CMYK 0.110.000.93   0.24
XYZ36.828047.94627.7290
Yxy47.94620.39810.5183
Hunter Lab69.2432-26.237841.8522
CIE-Lab74.7910-26.824573.7259

#adc30e color RGB value is (173,195,14).

#adc30e hex color red value is 173, green value is 195 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #adc30e hue: 0.19 , saturation: 0.87 and the lightness value of adc30e is 0.41.

The process color (four color CMYK) of #adc30e color hex is 0.11, 0.00, 0.93, 0.24. Web safe color of #adc30e is #99cc00. Color #adc30e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000011 00001110
Octal 255 303 16
Decimal 173 195 14
Hex AD C3 E

RGB Percentages of Color #adc30e

%45.29
%51.05
%3.66

CMYK Percentages of Color #adc30e

%11
%0
%93
%24

Triadic Colors of #adc30e

#adc30e #0eadc3 #c30ead

Analogous Colors of #adc30e

#adc30e #53c30e #c37f0e

Monochromatic Colors of #adc30e

#adc30e

Complementary Color

#adc30e #240ec3

#adc30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc30e Color CSS Codes

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

#adc30e Text Font Color

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

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


#adc30e Background Color

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

This div background color is #adc30e


#adc30e Border Color

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

This div border color is #adc30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc30e


Comments

No comments written yet.

Please login to write comment.