Color Hex Logo

#1ddcae Color Hex

#1DDCAE
(29,220,174)
0 Favorites   0 Comments

Color spaces of #1ddcae

RGB 29220174
HSL0.460.770.49
HSV166°87°86°
CMYK 0.870.000.21   0.14
XYZ33.739954.503648.7864
Yxy54.50360.24620.3977
Hunter Lab73.8266-47.619212.4983
CIE-Lab78.7545-54.395810.3282

#1ddcae color RGB value is (29,220,174).

#1ddcae hex color red value is 29, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1ddcae hue: 0.46 , saturation: 0.77 and the lightness value of 1ddcae is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011100 10101110
Octal 35 334 256
Decimal 29 220 174
Hex 1D DC AE

RGB Percentages of Color #1ddcae

%6.86
%52.01
%41.13

CMYK Percentages of Color #1ddcae

%87
%0
%21
%14

Triadic Colors of #1ddcae

#1ddcae #ae1ddc #dcae1d

Analogous Colors of #1ddcae

#1ddcae #1dabdc #1ddc4e

Monochromatic Colors of #1ddcae

#1ddcae

Complementary Color

#1ddcae #dc1d4b

#1ddcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddcae Color CSS Codes

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

#1ddcae Text Font Color

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

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


#1ddcae Background Color

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

This div background color is #1ddcae


#1ddcae Border Color

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

This div border color is #1ddcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddcae


Comments

No comments written yet.

Please login to write comment.