Color Hex Logo

#1ec0db Color Hex

#1EC0DB
(30,192,219)
0 Favorites   0 Comments

Color spaces of #1ec0db

RGB 30192219
HSL0.520.760.49
HSV189°86°86°
CMYK 0.860.120.00   0.14
XYZ32.171243.089873.6394
Yxy43.08980.21610.2894
Hunter Lab65.6428-27.3930-20.5627
CIE-Lab71.6159-29.2000-24.4932

#1ec0db color RGB value is (30,192,219).

#1ec0db hex color red value is 30, green value is 192 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1ec0db hue: 0.52 , saturation: 0.76 and the lightness value of 1ec0db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11000000 11011011
Octal 36 300 333
Decimal 30 192 219
Hex 1E C0 DB

RGB Percentages of Color #1ec0db

%6.80
%43.54
%49.66

CMYK Percentages of Color #1ec0db

%86
%12
%0
%14

Triadic Colors of #1ec0db

#1ec0db #db1ec0 #c0db1e

Analogous Colors of #1ec0db

#1ec0db #1e62db #1edb98

Monochromatic Colors of #1ec0db

#1ec0db

Complementary Color

#1ec0db #db391e

#1ec0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ec0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ec0db Color CSS Codes

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

#1ec0db Text Font Color

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

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


#1ec0db Background Color

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

This div background color is #1ec0db


#1ec0db Border Color

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

This div border color is #1ec0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ec0db


Comments

No comments written yet.

Please login to write comment.