Color Hex Logo

#1ad70c Color Hex

#1AD70C
(26,215,12)
0 Favorites   0 Comments

Color spaces of #1ad70c

RGB 2621512
HSL0.320.890.45
HSV116°94°84°
CMYK 0.880.000.94   0.16
XYZ24.792848.84708.4695
Yxy48.84700.30190.5949
Hunter Lab69.8906-58.988041.7385
CIE-Lab75.3560-74.304472.1357

#1ad70c color RGB value is (26,215,12).

#1ad70c hex color red value is 26, green value is 215 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #1ad70c hue: 0.32 , saturation: 0.89 and the lightness value of 1ad70c is 0.45.

The process color (four color CMYK) of #1ad70c color hex is 0.88, 0.00, 0.94, 0.16. Web safe color of #1ad70c is #33cc00. Color #1ad70c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 11010111 00001100
Octal 32 327 14
Decimal 26 215 12
Hex 1A D7 C

RGB Percentages of Color #1ad70c

%10.28
%84.98
%4.74

CMYK Percentages of Color #1ad70c

%88
%0
%94
%16

Triadic Colors of #1ad70c

#1ad70c #0c1ad7 #d70c1a

Analogous Colors of #1ad70c

#1ad70c #0cd763 #80d70c

Monochromatic Colors of #1ad70c

#1ad70c

Complementary Color

#1ad70c #c90cd7

#1ad70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ad70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ad70c Color CSS Codes

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

#1ad70c Text Font Color

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

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


#1ad70c Background Color

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

This div background color is #1ad70c


#1ad70c Border Color

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

This div border color is #1ad70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ad70c


Comments

No comments written yet.

Please login to write comment.