Color Hex Logo

#1dc2ab Color Hex

#1DC2AB
(29,194,171)
0 Favorites   0 Comments

Color spaces of #1dc2ab

RGB 29194171
HSL0.480.740.44
HSV172°85°76°
CMYK 0.850.000.12   0.24
XYZ27.149241.785145.1625
Yxy41.78510.23790.3662
Hunter Lab64.6414-38.15303.8253
CIE-Lab70.7225-44.51570.3672

#1dc2ab color RGB value is (29,194,171).

#1dc2ab hex color red value is 29, green value is 194 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1dc2ab hue: 0.48 , saturation: 0.74 and the lightness value of 1dc2ab is 0.44.

The process color (four color CMYK) of #1dc2ab color hex is 0.85, 0.00, 0.12, 0.24. Web safe color of #1dc2ab is #33cc99. Color #1dc2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000010 10101011
Octal 35 302 253
Decimal 29 194 171
Hex 1D C2 AB

RGB Percentages of Color #1dc2ab

%7.36
%49.24
%43.40

CMYK Percentages of Color #1dc2ab

%85
%0
%12
%24

Triadic Colors of #1dc2ab

#1dc2ab #ab1dc2 #c2ab1d

Analogous Colors of #1dc2ab

#1dc2ab #1d87c2 #1dc259

Monochromatic Colors of #1dc2ab

#1dc2ab

Complementary Color

#1dc2ab #c21d34

#1dc2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc2ab Color CSS Codes

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

#1dc2ab Text Font Color

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

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


#1dc2ab Background Color

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

This div background color is #1dc2ab


#1dc2ab Border Color

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

This div border color is #1dc2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc2ab


Comments

No comments written yet.

Please login to write comment.