Color Hex Logo

#1dcbdf Color Hex

#1DCBDF
(29,203,223)
0 Favorites   0 Comments

Color spaces of #1dcbdf

RGB 29203223
HSL0.520.770.49
HSV186°87°87°
CMYK 0.870.090.00   0.13
XYZ35.181948.300877.2807
Yxy48.30080.21880.3004
Hunter Lab69.4988-31.2620-17.2797
CIE-Lab75.0143-33.3008-21.4811

#1dcbdf color RGB value is (29,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001011 11011111
Octal 35 313 337
Decimal 29 203 223
Hex 1D CB DF

RGB Percentages of Color #1dcbdf

%6.37
%44.62
%49.01

CMYK Percentages of Color #1dcbdf

%87
%9
%0
%13

Triadic Colors of #1dcbdf

#1dcbdf #df1dcb #cbdf1d

Analogous Colors of #1dcbdf

#1dcbdf #1d6adf #1ddf92

Monochromatic Colors of #1dcbdf

#1dcbdf

Complementary Color

#1dcbdf #df311d

#1dcbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcbdf Color CSS Codes

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

#1dcbdf Text Font Color

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

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


#1dcbdf Background Color

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

This div background color is #1dcbdf


#1dcbdf Border Color

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

This div border color is #1dcbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcbdf


Comments

No comments written yet.

Please login to write comment.