Color Hex Logo

#1daead Color Hex

#1DAEAD
(29,174,173)
0 Favorites   0 Comments

Color spaces of #1daead

RGB 29174173
HSL0.500.710.40
HSV180°83°68°
CMYK 0.830.000.01   0.32
XYZ23.185633.550444.7890
Yxy33.55040.22840.3305
Hunter Lab57.9227-29.9138-5.3004
CIE-Lab64.6041-35.0179-9.7694

#1daead color RGB value is (29,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101110 10101101
Octal 35 256 255
Decimal 29 174 173
Hex 1D AE AD

RGB Percentages of Color #1daead

%7.71
%46.28
%46.01

CMYK Percentages of Color #1daead

%83
%0
%1
%32

Triadic Colors of #1daead

#1daead #ad1dae #aead1d

Analogous Colors of #1daead

#1daead #1d67ae #1dae65

Monochromatic Colors of #1daead

#1daead

Complementary Color

#1daead #ae1d1e

#1daead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daead Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daead Color CSS Codes

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

#1daead Text Font Color

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

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


#1daead Background Color

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

This div background color is #1daead


#1daead Border Color

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

This div border color is #1daead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daead


Comments

No comments written yet.

Please login to write comment.