Color Hex Logo

#1db06e Color Hex

#1DB06E
(29,176,110)
0 Favorites   0 Comments

Color spaces of #1db06e

RGB 29176110
HSL0.430.720.40
HSV153°84°69°
CMYK 0.840.000.38   0.31
XYZ18.846532.437720.0196
Yxy32.43770.26430.4549
Hunter Lab56.9541-40.602819.0272
CIE-Lab63.7030-51.983323.6924

#1db06e color RGB value is (29,176,110).

#1db06e hex color red value is 29, green value is 176 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #1db06e hue: 0.43 , saturation: 0.72 and the lightness value of 1db06e is 0.40.

The process color (four color CMYK) of #1db06e color hex is 0.84, 0.00, 0.38, 0.31. Web safe color of #1db06e is #339966. Color #1db06e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110000 01101110
Octal 35 260 156
Decimal 29 176 110
Hex 1D B0 6E

RGB Percentages of Color #1db06e

%9.21
%55.87
%34.92

CMYK Percentages of Color #1db06e

%84
%0
%38
%31

Triadic Colors of #1db06e

#1db06e #6e1db0 #b06e1d

Analogous Colors of #1db06e

#1db06e #1da9b0 #1db025

Monochromatic Colors of #1db06e

#1db06e

Complementary Color

#1db06e #b01d5f

#1db06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db06e Color CSS Codes

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

#1db06e Text Font Color

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

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


#1db06e Background Color

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

This div background color is #1db06e


#1db06e Border Color

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

This div border color is #1db06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db06e


Comments

No comments written yet.

Please login to write comment.