Color Hex Logo

#1dcedf Color Hex

#1DCEDF
(29,206,223)
0 Favorites   0 Comments

Color spaces of #1dcedf

RGB 29206223
HSL0.510.770.49
HSV185°87°87°
CMYK 0.870.080.00   0.13
XYZ35.897349.731577.5192
Yxy49.73150.22000.3048
Hunter Lab70.5206-32.5486-15.8097
CIE-Lab75.9042-34.7195-20.1301

#1dcedf color RGB value is (29,206,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001110 11011111
Octal 35 316 337
Decimal 29 206 223
Hex 1D CE DF

RGB Percentages of Color #1dcedf

%6.33
%44.98
%48.69

CMYK Percentages of Color #1dcedf

%87
%8
%0
%13

Triadic Colors of #1dcedf

#1dcedf #df1dce #cedf1d

Analogous Colors of #1dcedf

#1dcedf #1d6ddf #1ddf8f

Monochromatic Colors of #1dcedf

#1dcedf

Complementary Color

#1dcedf #df2e1d

#1dcedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcedf Color CSS Codes

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

#1dcedf Text Font Color

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

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


#1dcedf Background Color

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

This div background color is #1dcedf


#1dcedf Border Color

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

This div border color is #1dcedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcedf


Comments

No comments written yet.

Please login to write comment.