Color Hex Logo

#1dcaba Color Hex

#1DCABA
(29,202,186)
0 Favorites   0 Comments

Color spaces of #1dcaba

RGB 29202186
HSL0.480.750.45
HSV174°86°79°
CMYK 0.860.000.08   0.21
XYZ30.490246.047453.7354
Yxy46.04740.23400.3535
Hunter Lab67.8582-38.54790.5504
CIE-Lab73.5763-43.8280-3.6090

#1dcaba color RGB value is (29,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 10111010
Octal 35 312 272
Decimal 29 202 186
Hex 1D CA BA

RGB Percentages of Color #1dcaba

%6.95
%48.44
%44.60

CMYK Percentages of Color #1dcaba

%86
%0
%8
%21

Triadic Colors of #1dcaba

#1dcaba #ba1dca #caba1d

Analogous Colors of #1dcaba

#1dcaba #1d84ca #1dca64

Monochromatic Colors of #1dcaba

#1dcaba

Complementary Color

#1dcaba #ca1d2d

#1dcaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcaba Color CSS Codes

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

#1dcaba Text Font Color

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

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


#1dcaba Background Color

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

This div background color is #1dcaba


#1dcaba Border Color

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

This div border color is #1dcaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcaba


Comments

No comments written yet.

Please login to write comment.