Color Hex Logo

#1dbbad Color Hex

#1DBBAD
(29,187,173)
0 Favorites   0 Comments

Color spaces of #1dbbad

RGB 29187173
HSL0.490.730.42
HSV175°84°73°
CMYK 0.840.000.07   0.27
XYZ25.819838.819045.6671
Yxy38.81900.23410.3519
Hunter Lab62.3049-35.06130.1561
CIE-Lab68.6200-40.9178-3.8113

#1dbbad color RGB value is (29,187,173).

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

The process color (four color CMYK) of #1dbbad color hex is 0.84, 0.00, 0.07, 0.27. Web safe color of #1dbbad is #33cc99. Color #1dbbad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111011 10101101
Octal 35 273 255
Decimal 29 187 173
Hex 1D BB AD

RGB Percentages of Color #1dbbad

%7.46
%48.07
%44.47

CMYK Percentages of Color #1dbbad

%84
%0
%7
%27

Triadic Colors of #1dbbad

#1dbbad #ad1dbb #bbad1d

Analogous Colors of #1dbbad

#1dbbad #1d7abb #1dbb5e

Monochromatic Colors of #1dbbad

#1dbbad

Complementary Color

#1dbbad #bb1d2b

#1dbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbbad Color CSS Codes

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

#1dbbad Text Font Color

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

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


#1dbbad Background Color

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

This div background color is #1dbbad


#1dbbad Border Color

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

This div border color is #1dbbad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,187,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 #1dbbad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbbad


Comments

No comments written yet.

Please login to write comment.