Color Hex Logo

#1cbccd Color Hex

#1CBCCD
(28,188,205)
0 Favorites   0 Comments

Color spaces of #1cbccd

RGB 28188205
HSL0.520.760.46
HSV186°86°80°
CMYK 0.860.080.00   0.20
XYZ29.481640.621164.0444
Yxy40.62110.21980.3028
Hunter Lab63.7347-28.9674-14.9638
CIE-Lab69.9096-31.8400-19.4528

#1cbccd color RGB value is (28,188,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10111100 11001101
Octal 34 274 315
Decimal 28 188 205
Hex 1C BC CD

RGB Percentages of Color #1cbccd

%6.65
%44.66
%48.69

CMYK Percentages of Color #1cbccd

%86
%8
%0
%20

Triadic Colors of #1cbccd

#1cbccd #cd1cbc #bccd1c

Analogous Colors of #1cbccd

#1cbccd #1c64cd #1ccd86

Monochromatic Colors of #1cbccd

#1cbccd

Complementary Color

#1cbccd #cd2d1c

#1cbccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cbccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cbccd Color CSS Codes

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

#1cbccd Text Font Color

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

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


#1cbccd Background Color

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

This div background color is #1cbccd


#1cbccd Border Color

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

This div border color is #1cbccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cbccd


Comments

No comments written yet.

Please login to write comment.