Color Hex Logo

#1dd092 Color Hex

#1DD092
(29,208,146)
0 Favorites   0 Comments

Color spaces of #1dd092

RGB 29208146
HSL0.440.760.46
HSV159°86°82°
CMYK 0.860.000.30   0.18
XYZ28.250947.448334.8636
Yxy47.44830.25550.4292
Hunter Lab68.8827-47.336518.2095
CIE-Lab74.4756-56.297719.1668

#1dd092 color RGB value is (29,208,146).

#1dd092 hex color red value is 29, green value is 208 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #1dd092 hue: 0.44 , saturation: 0.76 and the lightness value of 1dd092 is 0.46.

The process color (four color CMYK) of #1dd092 color hex is 0.86, 0.00, 0.30, 0.18. Web safe color of #1dd092 is #33cc99. Color #1dd092 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11010000 10010010
Octal 35 320 222
Decimal 29 208 146
Hex 1D D0 92

RGB Percentages of Color #1dd092

%7.57
%54.31
%38.12

CMYK Percentages of Color #1dd092

%86
%0
%30
%18

Triadic Colors of #1dd092

#1dd092 #921dd0 #d0921d

Analogous Colors of #1dd092

#1dd092 #1db5d0 #1dd039

Monochromatic Colors of #1dd092

#1dd092

Complementary Color

#1dd092 #d01d5b

#1dd092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dd092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dd092 Color CSS Codes

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

#1dd092 Text Font Color

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

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


#1dd092 Background Color

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

This div background color is #1dd092


#1dd092 Border Color

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

This div border color is #1dd092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dd092


Comments

No comments written yet.

Please login to write comment.