Color Hex Logo

#1dacaa Color Hex

#1DACAA
(29,172,170)
0 Favorites   0 Comments

Color spaces of #1dacaa

RGB 29172170
HSL0.500.710.39
HSV179°83°67°
CMYK 0.830.000.01   0.33
XYZ22.514932.668543.1492
Yxy32.66850.22900.3322
Hunter Lab57.1564-29.7093-4.7505
CIE-Lab63.8916-34.9886-9.1601

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 10101010
Octal 35 254 252
Decimal 29 172 170
Hex 1D AC AA

RGB Percentages of Color #1dacaa

%7.82
%46.36
%45.82

CMYK Percentages of Color #1dacaa

%83
%0
%1
%33

Triadic Colors of #1dacaa

#1dacaa #aa1dac #acaa1d

Analogous Colors of #1dacaa

#1dacaa #1d67ac #1dac63

Monochromatic Colors of #1dacaa

#1dacaa

Complementary Color

#1dacaa #ac1d1f

#1dacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacaa Color CSS Codes

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

#1dacaa Text Font Color

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

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


#1dacaa Background Color

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

This div background color is #1dacaa


#1dacaa Border Color

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

This div border color is #1dacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacaa


Comments

No comments written yet.

Please login to write comment.