Color Hex Logo

#1dcbce Color Hex

#1DCBCE
(29,203,206)
0 Favorites   0 Comments

Color spaces of #1dcbce

RGB 29203206
HSL0.500.750.46
HSV181°86°81°
CMYK 0.860.010.00   0.19
XYZ33.003247.429365.8078
Yxy47.42930.22570.3243
Hunter Lab68.8689-34.9803-8.4464
CIE-Lab74.4635-38.4960-13.1253

#1dcbce color RGB value is (29,203,206).

#1dcbce hex color red value is 29, green value is 203 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1dcbce hue: 0.50 , saturation: 0.75 and the lightness value of 1dcbce is 0.46.

The process color (four color CMYK) of #1dcbce color hex is 0.86, 0.01, 0.00, 0.19. Web safe color of #1dcbce is #33cccc. Color #1dcbce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11001011 11001110
Octal 35 313 316
Decimal 29 203 206
Hex 1D CB CE

RGB Percentages of Color #1dcbce

%6.62
%46.35
%47.03

CMYK Percentages of Color #1dcbce

%86
%1
%0
%19

Triadic Colors of #1dcbce

#1dcbce #ce1dcb #cbce1d

Analogous Colors of #1dcbce

#1dcbce #1d73ce #1dce79

Monochromatic Colors of #1dcbce

#1dcbce

Complementary Color

#1dcbce #ce201d

#1dcbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dcbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dcbce Color CSS Codes

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

#1dcbce Text Font Color

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

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


#1dcbce Background Color

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

This div background color is #1dcbce


#1dcbce Border Color

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

This div border color is #1dcbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dcbce


Comments

No comments written yet.

Please login to write comment.