Color Hex Logo

#1deb60 Color Hex

#1DEB60
(29,235,96)
0 Favorites   0 Comments

Color spaces of #1deb60

RGB 2923596
HSL0.390.840.52
HSV140°88°92°
CMYK 0.880.000.59   0.08
XYZ32.326360.522421.0446
Yxy60.52240.28380.5314
Hunter Lab77.7961-61.971938.4188
CIE-Lab82.1213-73.923053.5394

#1deb60 color RGB value is (29,235,96).

#1deb60 hex color red value is 29, green value is 235 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #1deb60 hue: 0.39 , saturation: 0.84 and the lightness value of 1deb60 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11101011 01100000
Octal 35 353 140
Decimal 29 235 96
Hex 1D EB 60

RGB Percentages of Color #1deb60

%8.06
%65.28
%26.67

CMYK Percentages of Color #1deb60

%88
%0
%59
%8

Triadic Colors of #1deb60

#1deb60 #601deb #eb601d

Analogous Colors of #1deb60

#1deb60 #1debc7 #41eb1d

Monochromatic Colors of #1deb60

#1deb60

Complementary Color

#1deb60 #eb1da8

#1deb60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1deb60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1deb60 Color CSS Codes

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

#1deb60 Text Font Color

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

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


#1deb60 Background Color

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

This div background color is #1deb60


#1deb60 Border Color

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

This div border color is #1deb60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1deb60


Comments

No comments written yet.

Please login to write comment.