Color Hex Logo

#1dbe93 Color Hex

#1DBE93
(29,190,147)
0 Favorites   0 Comments

Color spaces of #1dbe93

RGB 29190147
HSL0.460.740.43
HSV164°85°75°
CMYK 0.850.000.23   0.25
XYZ24.186639.194733.8943
Yxy39.19470.24860.4029
Hunter Lab62.6057-40.599611.7248
CIE-Lab68.8921-49.067710.8200

#1dbe93 color RGB value is (29,190,147).

#1dbe93 hex color red value is 29, green value is 190 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #1dbe93 hue: 0.46 , saturation: 0.74 and the lightness value of 1dbe93 is 0.43.

The process color (four color CMYK) of #1dbe93 color hex is 0.85, 0.00, 0.23, 0.25. Web safe color of #1dbe93 is #33cc99. Color #1dbe93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111110 10010011
Octal 35 276 223
Decimal 29 190 147
Hex 1D BE 93

RGB Percentages of Color #1dbe93

%7.92
%51.91
%40.16

CMYK Percentages of Color #1dbe93

%85
%0
%23
%25

Triadic Colors of #1dbe93

#1dbe93 #931dbe #be931d

Analogous Colors of #1dbe93

#1dbe93 #1d99be #1dbe43

Monochromatic Colors of #1dbe93

#1dbe93

Complementary Color

#1dbe93 #be1d48

#1dbe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbe93 Color CSS Codes

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

#1dbe93 Text Font Color

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

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


#1dbe93 Background Color

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

This div background color is #1dbe93


#1dbe93 Border Color

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

This div border color is #1dbe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbe93


Comments

No comments written yet.

Please login to write comment.