Color Hex Logo

#1dccdb Color Hex

#1DCCDB
(29,204,219)
0 Favorites   0 Comments

Color spaces of #1dccdb

RGB 29204219
HSL0.510.770.49
HSV185°87°86°
CMYK 0.870.070.00   0.14
XYZ34.885748.561474.5525
Yxy48.56140.22080.3074
Hunter Lab69.6860-32.5912-14.6503
CIE-Lab75.1776-35.0154-19.0749

#1dccdb color RGB value is (29,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001100 11011011
Octal 35 314 333
Decimal 29 204 219
Hex 1D CC DB

RGB Percentages of Color #1dccdb

%6.42
%45.13
%48.45

CMYK Percentages of Color #1dccdb

%87
%7
%0
%14

Triadic Colors of #1dccdb

#1dccdb #db1dcc #ccdb1d

Analogous Colors of #1dccdb

#1dccdb #1d6ddb #1ddb8b

Monochromatic Colors of #1dccdb

#1dccdb

Complementary Color

#1dccdb #db2c1d

#1dccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dccdb Color CSS Codes

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

#1dccdb Text Font Color

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

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


#1dccdb Background Color

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

This div background color is #1dccdb


#1dccdb Border Color

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

This div border color is #1dccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dccdb


Comments

No comments written yet.

Please login to write comment.