Color Hex Logo

#1dbaae Color Hex

#1DBAAE
(29,186,174)
0 Favorites   0 Comments

Color spaces of #1dbaae

RGB 29186174
HSL0.490.730.42
HSV175°84°73°
CMYK 0.840.000.06   0.27
XYZ25.705638.435046.1083
Yxy38.43500.23320.3486
Hunter Lab61.9960-34.4809-0.6986
CIE-Lab68.3400-40.1893-4.7746

#1dbaae color RGB value is (29,186,174).

#1dbaae hex color red value is 29, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1dbaae hue: 0.49 , saturation: 0.73 and the lightness value of 1dbaae is 0.42.

The process color (four color CMYK) of #1dbaae color hex is 0.84, 0.00, 0.06, 0.27. Web safe color of #1dbaae is #33cc99. Color #1dbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111010 10101110
Octal 35 272 256
Decimal 29 186 174
Hex 1D BA AE

RGB Percentages of Color #1dbaae

%7.46
%47.81
%44.73

CMYK Percentages of Color #1dbaae

%84
%0
%6
%27

Triadic Colors of #1dbaae

#1dbaae #ae1dba #baae1d

Analogous Colors of #1dbaae

#1dbaae #1d78ba #1dba60

Monochromatic Colors of #1dbaae

#1dbaae

Complementary Color

#1dbaae #ba1d29

#1dbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dbaae Color CSS Codes

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

#1dbaae Text Font Color

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

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


#1dbaae Background Color

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

This div background color is #1dbaae


#1dbaae Border Color

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

This div border color is #1dbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dbaae


Comments

No comments written yet.

Please login to write comment.