Color Hex Logo

#1dbcad Color Hex

#1DBCAD
(29,188,173)
0 Favorites   0 Comments

Color spaces of #1dbcad

RGB 29188173
HSL0.480.730.43
HSV174°85°74°
CMYK 0.850.000.08   0.26
XYZ26.032739.244845.7381
Yxy39.24480.23450.3535
Hunter Lab62.6457-35.45340.5639
CIE-Lab68.9282-41.3590-3.3574

#1dbcad color RGB value is (29,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111100 10101101
Octal 35 274 255
Decimal 29 188 173
Hex 1D BC AD

RGB Percentages of Color #1dbcad

%7.44
%48.21
%44.36

CMYK Percentages of Color #1dbcad

%85
%0
%8
%26

Triadic Colors of #1dbcad

#1dbcad #ad1dbc #bcad1d

Analogous Colors of #1dbcad

#1dbcad #1d7cbc #1dbc5e

Monochromatic Colors of #1dbcad

#1dbcad

Complementary Color

#1dbcad #bc1d2c

#1dbcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbcad Color CSS Codes

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

#1dbcad Text Font Color

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

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


#1dbcad Background Color

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

This div background color is #1dbcad


#1dbcad Border Color

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

This div border color is #1dbcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbcad


Comments

No comments written yet.

Please login to write comment.