Color Hex Logo

#1dab9f Color Hex

#1DAB9F
(29,171,159)
0 Favorites   0 Comments

Color spaces of #1dab9f

RGB 29171159
HSL0.490.710.39
HSV175°83°67°
CMYK 0.830.000.07   0.33
XYZ21.327631.890237.8322
Yxy31.89020.23420.3502
Hunter Lab56.4714-31.4107-0.1905
CIE-Lab63.2520-37.7685-3.9624

#1dab9f color RGB value is (29,171,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101011 10011111
Octal 35 253 237
Decimal 29 171 159
Hex 1D AB 9F

RGB Percentages of Color #1dab9f

%8.08
%47.63
%44.29

CMYK Percentages of Color #1dab9f

%83
%0
%7
%33

Triadic Colors of #1dab9f

#1dab9f #9f1dab #ab9f1d

Analogous Colors of #1dab9f

#1dab9f #1d70ab #1dab58

Monochromatic Colors of #1dab9f

#1dab9f

Complementary Color

#1dab9f #ab1d29

#1dab9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dab9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dab9f Color CSS Codes

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

#1dab9f Text Font Color

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

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


#1dab9f Background Color

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

This div background color is #1dab9f


#1dab9f Border Color

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

This div border color is #1dab9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dab9f


Comments

No comments written yet.

Please login to write comment.