Color Hex Logo

#1dcadb Color Hex

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

Color spaces of #1dcadb

RGB 29202219
HSL0.510.770.49
HSV185°87°86°
CMYK 0.870.080.00   0.14
XYZ34.413447.616774.3950
Yxy47.61670.22000.3044
Hunter Lab69.0049-31.7388-15.6179
CIE-Lab74.5825-34.0731-19.9767

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

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

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

Base Numbers

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

RGB Percentages of Color #1dcadb

%6.44
%44.89
%48.67

CMYK Percentages of Color #1dcadb

%87
%8
%0
%14

Triadic Colors of #1dcadb

#1dcadb #db1dca #cadb1d

Analogous Colors of #1dcadb

#1dcadb #1d6bdb #1ddb8d

Monochromatic Colors of #1dcadb

#1dcadb

Complementary Color

#1dcadb #db2e1d

#1dcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcadb Color CSS Codes

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

#1dcadb Text Font Color

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

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


#1dcadb Background Color

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

This div background color is #1dcadb


#1dcadb Border Color

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

This div border color is #1dcadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,202,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 #1dcadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcadb


Comments

No comments written yet.

Please login to write comment.