Color Hex Logo

#1ad972 Color Hex

#1AD972
(26,217,114)
0 Favorites   0 Comments

Color spaces of #1ad972

RGB 26217114
HSL0.410.790.48
HSV148°88°85°
CMYK 0.880.000.47   0.15
XYZ28.276151.060224.2849
Yxy51.06020.27290.4928
Hunter Lab71.4564-54.414329.8694
CIE-Lab76.7155-65.853038.5651

#1ad972 color RGB value is (26,217,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011001 01110010
Octal 32 331 162
Decimal 26 217 114
Hex 1A D9 72

RGB Percentages of Color #1ad972

%7.28
%60.78
%31.93

CMYK Percentages of Color #1ad972

%88
%0
%47
%15

Triadic Colors of #1ad972

#1ad972 #721ad9 #d9721a

Analogous Colors of #1ad972

#1ad972 #1ad9d2 #22d91a

Monochromatic Colors of #1ad972

#1ad972

Complementary Color

#1ad972 #d91a81

#1ad972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ad972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ad972 Color CSS Codes

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

#1ad972 Text Font Color

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

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


#1ad972 Background Color

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

This div background color is #1ad972


#1ad972 Border Color

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

This div border color is #1ad972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ad972


Comments

No comments written yet.

Please login to write comment.