Color Hex Logo

#1dacae Color Hex

#1DACAE
(29,172,174)
0 Favorites   0 Comments

Color spaces of #1dacae

RGB 29172174
HSL0.500.710.40
HSV181°83°68°
CMYK 0.830.010.00   0.32
XYZ22.899232.822345.1728
Yxy32.82230.22700.3253
Hunter Lab57.2907-28.9121-6.6457
CIE-Lab64.0168-33.7779-11.2058

#1dacae color RGB value is (29,172,174).

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

The process color (four color CMYK) of #1dacae color hex is 0.83, 0.01, 0.00, 0.32. Web safe color of #1dacae is #339999. Color #1dacae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101100 10101110
Octal 35 254 256
Decimal 29 172 174
Hex 1D AC AE

RGB Percentages of Color #1dacae

%7.73
%45.87
%46.40

CMYK Percentages of Color #1dacae

%83
%1
%0
%32

Triadic Colors of #1dacae

#1dacae #ae1dac #acae1d

Analogous Colors of #1dacae

#1dacae #1d63ae #1dae68

Monochromatic Colors of #1dacae

#1dacae

Complementary Color

#1dacae #ae1f1d

#1dacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dacae Color CSS Codes

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

#1dacae Text Font Color

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

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


#1dacae Background Color

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

This div background color is #1dacae


#1dacae Border Color

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

This div border color is #1dacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dacae


Comments

No comments written yet.

Please login to write comment.