Color Hex Logo

#1db6ab Color Hex

#1DB6AB
(29,182,171)
0 Favorites   0 Comments

Color spaces of #1db6ab

RGB 29182171
HSL0.490.730.41
HSV176°84°71°
CMYK 0.840.000.06   0.29
XYZ24.585336.657444.3079
Yxy36.65740.23290.3473
Hunter Lab60.5454-33.4719-1.0075
CIE-Lab67.0192-39.2634-5.0710

#1db6ab color RGB value is (29,182,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 10110110 10101011
Octal 35 266 253
Decimal 29 182 171
Hex 1D B6 AB

RGB Percentages of Color #1db6ab

%7.59
%47.64
%44.76

CMYK Percentages of Color #1db6ab

%84
%0
%6
%29

Triadic Colors of #1db6ab

#1db6ab #ab1db6 #b6ab1d

Analogous Colors of #1db6ab

#1db6ab #1d75b6 #1db65e

Monochromatic Colors of #1db6ab

#1db6ab

Complementary Color

#1db6ab #b61d28

#1db6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1db6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1db6ab Color CSS Codes

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

#1db6ab Text Font Color

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

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


#1db6ab Background Color

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

This div background color is #1db6ab


#1db6ab Border Color

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

This div border color is #1db6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1db6ab


Comments

No comments written yet.

Please login to write comment.