Color Hex Logo

#1dbc91 Color Hex

#1DBC91
(29,188,145)
0 Favorites   0 Comments

Color spaces of #1dbc91

RGB 29188145
HSL0.450.730.43
HSV164°85°74°
CMYK 0.850.000.23   0.26
XYZ23.600738.272032.9314
Yxy38.27200.24890.4037
Hunter Lab61.8644-40.166511.7440
CIE-Lab68.2206-48.752810.9582

#1dbc91 color RGB value is (29,188,145).

#1dbc91 hex color red value is 29, green value is 188 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #1dbc91 hue: 0.45 , saturation: 0.73 and the lightness value of 1dbc91 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111100 10010001
Octal 35 274 221
Decimal 29 188 145
Hex 1D BC 91

RGB Percentages of Color #1dbc91

%8.01
%51.93
%40.06

CMYK Percentages of Color #1dbc91

%85
%0
%23
%26

Triadic Colors of #1dbc91

#1dbc91 #911dbc #bc911d

Analogous Colors of #1dbc91

#1dbc91 #1d98bc #1dbc42

Monochromatic Colors of #1dbc91

#1dbc91

Complementary Color

#1dbc91 #bc1d48

#1dbc91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbc91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbc91 Color CSS Codes

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

#1dbc91 Text Font Color

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

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


#1dbc91 Background Color

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

This div background color is #1dbc91


#1dbc91 Border Color

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

This div border color is #1dbc91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbc91


Comments

No comments written yet.

Please login to write comment.