Color Hex Logo

#1ddbca Color Hex

#1DDBCA
(29,219,202)
0 Favorites   0 Comments

Color spaces of #1ddbca

RGB 29219202
HSL0.490.770.49
HSV175°87°86°
CMYK 0.870.000.08   0.14
XYZ36.498955.188564.6059
Yxy55.18850.23350.3531
Hunter Lab74.2890-42.30690.4403
CIE-Lab79.1497-46.7012-4.0099

#1ddbca color RGB value is (29,219,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011011 11001010
Octal 35 333 312
Decimal 29 219 202
Hex 1D DB CA

RGB Percentages of Color #1ddbca

%6.44
%48.67
%44.89

CMYK Percentages of Color #1ddbca

%87
%0
%8
%14

Triadic Colors of #1ddbca

#1ddbca #ca1ddb #dbca1d

Analogous Colors of #1ddbca

#1ddbca #1d8ddb #1ddb6b

Monochromatic Colors of #1ddbca

#1ddbca

Complementary Color

#1ddbca #db1d2e

#1ddbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddbca Color CSS Codes

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

#1ddbca Text Font Color

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

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


#1ddbca Background Color

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

This div background color is #1ddbca


#1ddbca Border Color

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

This div border color is #1ddbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddbca


Comments

No comments written yet.

Please login to write comment.