Color Hex Logo

#1cc3db Color Hex

#1CC3DB
(28,195,219)
0 Favorites   0 Comments

Color spaces of #1cc3db

RGB 28195219
HSL0.520.770.48
HSV188°87°86°
CMYK 0.870.110.00   0.14
XYZ32.780244.391673.8586
Yxy44.39160.21700.2939
Hunter Lab66.6270-28.7761-19.0863
CIE-Lab72.4895-30.7804-23.1610

#1cc3db color RGB value is (28,195,219).

#1cc3db hex color red value is 28, green value is 195 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1cc3db hue: 0.52 , saturation: 0.77 and the lightness value of 1cc3db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11000011 11011011
Octal 34 303 333
Decimal 28 195 219
Hex 1C C3 DB

RGB Percentages of Color #1cc3db

%6.33
%44.12
%49.55

CMYK Percentages of Color #1cc3db

%87
%11
%0
%14

Triadic Colors of #1cc3db

#1cc3db #db1cc3 #c3db1c

Analogous Colors of #1cc3db

#1cc3db #1c63db #1cdb94

Monochromatic Colors of #1cc3db

#1cc3db

Complementary Color

#1cc3db #db341c

#1cc3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cc3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cc3db Color CSS Codes

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

#1cc3db Text Font Color

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

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


#1cc3db Background Color

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

This div background color is #1cc3db


#1cc3db Border Color

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

This div border color is #1cc3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cc3db

#1cc3db Color Palettes


Comments

No comments written yet.

Please login to write comment.