Color Hex Logo

#1add4e Color Hex

#1ADD4E
(26,221,78)
0 Favorites   0 Comments

Color spaces of #1add4e

RGB 2622178
HSL0.380.790.48
HSV136°88°87°
CMYK 0.880.000.65   0.13
XYZ27.657652.482615.8802
Yxy52.48260.28800.5466
Hunter Lab72.4449-58.631837.7148
CIE-Lab77.5685-71.981656.0492

#1add4e color RGB value is (26,221,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 11011101 01001110
Octal 32 335 116
Decimal 26 221 78
Hex 1A DD 4E

RGB Percentages of Color #1add4e

%8.00
%68.00
%24.00

CMYK Percentages of Color #1add4e

%88
%0
%65
%13

Triadic Colors of #1add4e

#1add4e #4e1add #dd4e1a

Analogous Colors of #1add4e

#1add4e #1addb0 #48dd1a

Monochromatic Colors of #1add4e

#1add4e

Complementary Color

#1add4e #dd1aa9

#1add4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1add4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1add4e Color CSS Codes

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

#1add4e Text Font Color

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

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


#1add4e Background Color

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

This div background color is #1add4e


#1add4e Border Color

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

This div border color is #1add4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1add4e

#1add4e Color Palettes


Comments

No comments written yet.

Please login to write comment.