Color Hex Logo

#1db9ae Color Hex

#1DB9AE
(29,185,174)
0 Favorites   0 Comments

Color spaces of #1db9ae

RGB 29185174
HSL0.490.730.42
HSV176°84°73°
CMYK 0.840.000.06   0.27
XYZ25.495638.015146.0383
Yxy38.01510.23270.3470
Hunter Lab61.6564-34.0869-1.1119
CIE-Lab68.0317-39.7435-5.2300

#1db9ae color RGB value is (29,185,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10111001 10101110
Octal 35 271 256
Decimal 29 185 174
Hex 1D B9 AE

RGB Percentages of Color #1db9ae

%7.47
%47.68
%44.85

CMYK Percentages of Color #1db9ae

%84
%0
%6
%27

Triadic Colors of #1db9ae

#1db9ae #ae1db9 #b9ae1d

Analogous Colors of #1db9ae

#1db9ae #1d76b9 #1db960

Monochromatic Colors of #1db9ae

#1db9ae

Complementary Color

#1db9ae #b91d28

#1db9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db9ae Color CSS Codes

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

#1db9ae Text Font Color

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

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


#1db9ae Background Color

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

This div background color is #1db9ae


#1db9ae Border Color

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

This div border color is #1db9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db9ae


Comments

No comments written yet.

Please login to write comment.