Color Hex Logo

#1dbbaa Color Hex

#1DBBAA
(29,187,170)
0 Favorites   0 Comments

Color spaces of #1dbbaa

RGB 29187170
HSL0.480.730.42
HSV174°84°73°
CMYK 0.840.000.09   0.27
XYZ25.532738.704144.1551
Yxy38.70410.23560.3571
Hunter Lab62.2126-35.61381.4680
CIE-Lab68.5364-41.7623-2.2846

#1dbbaa color RGB value is (29,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111011 10101010
Octal 35 273 252
Decimal 29 187 170
Hex 1D BB AA

RGB Percentages of Color #1dbbaa

%7.51
%48.45
%44.04

CMYK Percentages of Color #1dbbaa

%84
%0
%9
%27

Triadic Colors of #1dbbaa

#1dbbaa #aa1dbb #bbaa1d

Analogous Colors of #1dbbaa

#1dbbaa #1d7dbb #1dbb5b

Monochromatic Colors of #1dbbaa

#1dbbaa

Complementary Color

#1dbbaa #bb1d2e

#1dbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbbaa Color CSS Codes

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

#1dbbaa Text Font Color

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

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


#1dbbaa Background Color

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

This div background color is #1dbbaa


#1dbbaa Border Color

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

This div border color is #1dbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbbaa


Comments

No comments written yet.

Please login to write comment.