Color Hex Logo

#1cbdcd Color Hex

#1CBDCD
(28,189,205)
0 Favorites   0 Comments

Color spaces of #1cbdcd

RGB 28189205
HSL0.520.760.46
HSV185°86°80°
CMYK 0.860.080.00   0.20
XYZ29.695941.049864.1159
Yxy41.04980.22020.3044
Hunter Lab64.0701-29.3896-14.4833
CIE-Lab70.2108-32.3200-18.9959

#1cbdcd color RGB value is (28,189,205).

#1cbdcd hex color red value is 28, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1cbdcd hue: 0.52 , saturation: 0.76 and the lightness value of 1cbdcd is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111101 11001101
Octal 34 275 315
Decimal 28 189 205
Hex 1C BD CD

RGB Percentages of Color #1cbdcd

%6.64
%44.79
%48.58

CMYK Percentages of Color #1cbdcd

%86
%8
%0
%20

Triadic Colors of #1cbdcd

#1cbdcd #cd1cbd #bdcd1c

Analogous Colors of #1cbdcd

#1cbdcd #1c65cd #1ccd85

Monochromatic Colors of #1cbdcd

#1cbdcd

Complementary Color

#1cbdcd #cd2c1c

#1cbdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbdcd Color CSS Codes

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

#1cbdcd Text Font Color

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

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


#1cbdcd Background Color

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

This div background color is #1cbdcd


#1cbdcd Border Color

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

This div border color is #1cbdcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,189,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1cbdcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1cbdcd;
  -webkit-box-shadow: 1px 1px 3px 2px #1cbdcd;
  box-shadow:         1px 1px 3px 2px #1cbdcd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,189,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbdcd


Comments

No comments written yet.

Please login to write comment.