Color Hex Logo

#1dcaad Color Hex

#1DCAAD
(29,202,173)
0 Favorites   0 Comments

Color spaces of #1dcaad

RGB 29202173
HSL0.470.750.45
HSV170°86°79°
CMYK 0.860.000.14   0.21
XYZ29.170145.519446.7839
Yxy45.51940.24010.3747
Hunter Lab67.4681-40.89396.1146
CIE-Lab73.2326-47.35932.9309

#1dcaad color RGB value is (29,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001010 10101101
Octal 35 312 255
Decimal 29 202 173
Hex 1D CA AD

RGB Percentages of Color #1dcaad

%7.18
%50.00
%42.82

CMYK Percentages of Color #1dcaad

%86
%0
%14
%21

Triadic Colors of #1dcaad

#1dcaad #ad1dca #caad1d

Analogous Colors of #1dcaad

#1dcaad #1d91ca #1dca57

Monochromatic Colors of #1dcaad

#1dcaad

Complementary Color

#1dcaad #ca1d3a

#1dcaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcaad Color CSS Codes

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

#1dcaad Text Font Color

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

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


#1dcaad Background Color

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

This div background color is #1dcaad


#1dcaad Border Color

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

This div border color is #1dcaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcaad


Comments

No comments written yet.

Please login to write comment.