Color Hex Logo

#1adc4f Color Hex

#1ADC4F
(26,220,79)
0 Favorites   0 Comments

Color spaces of #1adc4f

RGB 2622079
HSL0.380.790.48
HSV136°88°86°
CMYK 0.880.000.64   0.14
XYZ27.430551.970515.9827
Yxy51.97050.28760.5449
Hunter Lab72.0906-58.239137.3186
CIE-Lab77.2632-71.574955.2968

#1adc4f color RGB value is (26,220,79).

#1adc4f hex color red value is 26, green value is 220 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #1adc4f hue: 0.38 , saturation: 0.79 and the lightness value of 1adc4f is 0.48.

The process color (four color CMYK) of #1adc4f color hex is 0.88, 0.00, 0.64, 0.14. Web safe color of #1adc4f is #33cc66. Color #1adc4f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011100 01001111
Octal 32 334 117
Decimal 26 220 79
Hex 1A DC 4F

RGB Percentages of Color #1adc4f

%8.00
%67.69
%24.31

CMYK Percentages of Color #1adc4f

%88
%0
%64
%14

Triadic Colors of #1adc4f

#1adc4f #4f1adc #dc4f1a

Analogous Colors of #1adc4f

#1adc4f #1adcb0 #46dc1a

Monochromatic Colors of #1adc4f

#1adc4f

Complementary Color

#1adc4f #dc1aa7

#1adc4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1adc4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1adc4f Color CSS Codes

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

#1adc4f Text Font Color

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

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


#1adc4f Background Color

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

This div background color is #1adc4f


#1adc4f Border Color

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

This div border color is #1adc4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,220,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1adc4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1adc4f;
  -webkit-box-shadow: 1px 1px 3px 2px #1adc4f;
  box-shadow:         1px 1px 3px 2px #1adc4f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,220,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1adc4f


Comments

No comments written yet.

Please login to write comment.