Color Hex Logo

#1dcab1 Color Hex

#1DCAB1
(29,202,177)
0 Favorites   0 Comments

Color spaces of #1dcab1

RGB 29202177
HSL0.480.750.45
HSV171°86°79°
CMYK 0.860.000.12   0.21
XYZ29.563045.676648.8533
Yxy45.67660.23820.3681
Hunter Lab67.5845-40.19284.4515
CIE-Lab73.3352-46.29410.9146

#1dcab1 color RGB value is (29,202,177).

#1dcab1 hex color red value is 29, green value is 202 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #1dcab1 hue: 0.48 , saturation: 0.75 and the lightness value of 1dcab1 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 10110001
Octal 35 312 261
Decimal 29 202 177
Hex 1D CA B1

RGB Percentages of Color #1dcab1

%7.11
%49.51
%43.38

CMYK Percentages of Color #1dcab1

%86
%0
%12
%21

Triadic Colors of #1dcab1

#1dcab1 #b11dca #cab11d

Analogous Colors of #1dcab1

#1dcab1 #1d8dca #1dca5b

Monochromatic Colors of #1dcab1

#1dcab1

Complementary Color

#1dcab1 #ca1d36

#1dcab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcab1 Color CSS Codes

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

#1dcab1 Text Font Color

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

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


#1dcab1 Background Color

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

This div background color is #1dcab1


#1dcab1 Border Color

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

This div border color is #1dcab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcab1


Comments

No comments written yet.

Please login to write comment.