Color Hex Logo

#1dcfdb Color Hex

#1DCFDB
(29,207,219)
0 Favorites   0 Comments

Color spaces of #1dcfdb

RGB 29207219
HSL0.510.770.49
HSV184°87°86°
CMYK 0.870.050.00   0.14
XYZ35.605750.001374.7924
Yxy50.00130.22200.3117
Hunter Lab70.7116-33.8645-13.2135
CIE-Lab76.0701-36.4159-17.7251

#1dcfdb color RGB value is (29,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001111 11011011
Octal 35 317 333
Decimal 29 207 219
Hex 1D CF DB

RGB Percentages of Color #1dcfdb

%6.37
%45.49
%48.13

CMYK Percentages of Color #1dcfdb

%87
%5
%0
%14

Triadic Colors of #1dcfdb

#1dcfdb #db1dcf #cfdb1d

Analogous Colors of #1dcfdb

#1dcfdb #1d70db #1ddb88

Monochromatic Colors of #1dcfdb

#1dcfdb

Complementary Color

#1dcfdb #db291d

#1dcfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcfdb Color CSS Codes

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

#1dcfdb Text Font Color

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

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


#1dcfdb Background Color

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

This div background color is #1dcfdb


#1dcfdb Border Color

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

This div border color is #1dcfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcfdb


Comments

No comments written yet.

Please login to write comment.