Color Hex Logo

#1dee78 Color Hex

#1DEE78
(29,238,120)
0 Favorites   0 Comments

Color spaces of #1dee78

RGB 29238120
HSL0.410.860.52
HSV146°88°93°
CMYK 0.880.000.50   0.07
XYZ34.471462.766328.0676
Yxy62.76630.27510.5009
Hunter Lab79.2252-60.977534.4526
CIE-Lab83.3193-71.531343.9548

#1dee78 color RGB value is (29,238,120).

#1dee78 hex color red value is 29, green value is 238 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #1dee78 hue: 0.41 , saturation: 0.86 and the lightness value of 1dee78 is 0.52.

The process color (four color CMYK) of #1dee78 color hex is 0.88, 0.00, 0.50, 0.07. Web safe color of #1dee78 is #33ff66. Color #1dee78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101110 01111000
Octal 35 356 170
Decimal 29 238 120
Hex 1D EE 78

RGB Percentages of Color #1dee78

%7.49
%61.50
%31.01

CMYK Percentages of Color #1dee78

%88
%0
%50
%7

Triadic Colors of #1dee78

#1dee78 #781dee #ee781d

Analogous Colors of #1dee78

#1dee78 #1deee1 #2bee1d

Monochromatic Colors of #1dee78

#1dee78

Complementary Color

#1dee78 #ee1d93

#1dee78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dee78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dee78 Color CSS Codes

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

#1dee78 Text Font Color

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

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


#1dee78 Background Color

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

This div background color is #1dee78


#1dee78 Border Color

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

This div border color is #1dee78


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,238,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dee78; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dee78;
  -webkit-box-shadow: 1px 1px 3px 2px #1dee78;
  box-shadow:         1px 1px 3px 2px #1dee78; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,238,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dee78


Comments

No comments written yet.

Please login to write comment.