Color Hex Logo

#1daaaa Color Hex

#1DAAAA
(29,170,170)
0 Favorites   0 Comments

Color spaces of #1daaaa

RGB 29170170
HSL0.500.710.39
HSV180°83°67°
CMYK 0.830.000.00   0.33
XYZ22.137131.912943.0233
Yxy31.91290.22800.3288
Hunter Lab56.4915-28.9120-5.6106
CIE-Lab63.2708-34.0531-10.0873

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

#1daaaa hex color red value is 29, green value is 170 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1daaaa hue: 0.50 , saturation: 0.71 and the lightness value of 1daaaa is 0.39.

The process color (four color CMYK) of #1daaaa color hex is 0.83, 0.00, 0.00, 0.33. Web safe color of #1daaaa is #339999. Color #1daaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101010 10101010
Octal 35 252 252
Decimal 29 170 170
Hex 1D AA AA

RGB Percentages of Color #1daaaa

%7.86
%46.07
%46.07

CMYK Percentages of Color #1daaaa

%83
%0
%0
%33

Triadic Colors of #1daaaa

#1daaaa #aa1daa #aaaa1d

Analogous Colors of #1daaaa

#1daaaa #1d63aa #1daa64

Monochromatic Colors of #1daaaa

#1daaaa

Complementary Color

#1daaaa #aa1d1d

#1daaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daaaa Color CSS Codes

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

#1daaaa Text Font Color

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

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


#1daaaa Background Color

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

This div background color is #1daaaa


#1daaaa Border Color

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

This div border color is #1daaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daaaa


Comments

No comments written yet.

Please login to write comment.