Color Hex Logo

#1eccdb Color Hex

#1ECCDB
(30,204,219)
0 Favorites   0 Comments

Color spaces of #1eccdb

RGB 30204219
HSL0.510.760.49
HSV185°86°86°
CMYK 0.860.070.00   0.14
XYZ34.914548.576274.5538
Yxy48.57620.22090.3074
Hunter Lab69.6966-32.5496-14.6343
CIE-Lab75.1869-34.9568-19.0599

#1eccdb color RGB value is (30,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 11011011
Octal 36 314 333
Decimal 30 204 219
Hex 1E CC DB

RGB Percentages of Color #1eccdb

%6.62
%45.03
%48.34

CMYK Percentages of Color #1eccdb

%86
%7
%0
%14

Triadic Colors of #1eccdb

#1eccdb #db1ecc #ccdb1e

Analogous Colors of #1eccdb

#1eccdb #1e6edb #1edb8c

Monochromatic Colors of #1eccdb

#1eccdb

Complementary Color

#1eccdb #db2d1e

#1eccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccdb Color CSS Codes

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

#1eccdb Text Font Color

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

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


#1eccdb Background Color

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

This div background color is #1eccdb


#1eccdb Border Color

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

This div border color is #1eccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccdb


Comments

No comments written yet.

Please login to write comment.