Color Hex Logo

#1dbeaa Color Hex

#1DBEAA
(29,190,170)
0 Favorites   0 Comments

Color spaces of #1dbeaa

RGB 29190170
HSL0.480.740.43
HSV173°85°75°
CMYK 0.850.000.11   0.25
XYZ26.175839.990444.3695
Yxy39.99040.23680.3618
Hunter Lab63.2380-36.78072.6671
CIE-Lab69.4627-43.0688-0.9267

#1dbeaa color RGB value is (29,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111110 10101010
Octal 35 276 252
Decimal 29 190 170
Hex 1D BE AA

RGB Percentages of Color #1dbeaa

%7.46
%48.84
%43.70

CMYK Percentages of Color #1dbeaa

%85
%0
%11
%25

Triadic Colors of #1dbeaa

#1dbeaa #aa1dbe #beaa1d

Analogous Colors of #1dbeaa

#1dbeaa #1d82be #1dbe5a

Monochromatic Colors of #1dbeaa

#1dbeaa

Complementary Color

#1dbeaa #be1d31

#1dbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbeaa Color CSS Codes

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

#1dbeaa Text Font Color

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

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


#1dbeaa Background Color

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

This div background color is #1dbeaa


#1dbeaa Border Color

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

This div border color is #1dbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbeaa


Comments

No comments written yet.

Please login to write comment.