Color Hex Logo

#1ecbdd Color Hex

#1ECBDD
(30,203,221)
0 Favorites   0 Comments

Color spaces of #1ecbdd

RGB 30203221
HSL0.520.760.49
HSV186°86°87°
CMYK 0.860.080.00   0.13
XYZ34.942548.208375.8701
Yxy48.20830.21970.3032
Hunter Lab69.4322-31.6743-16.1850
CIE-Lab74.9561-33.8663-20.4892

#1ecbdd color RGB value is (30,203,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001011 11011101
Octal 36 313 335
Decimal 30 203 221
Hex 1E CB DD

RGB Percentages of Color #1ecbdd

%6.61
%44.71
%48.68

CMYK Percentages of Color #1ecbdd

%86
%8
%0
%13

Triadic Colors of #1ecbdd

#1ecbdd #dd1ecb #cbdd1e

Analogous Colors of #1ecbdd

#1ecbdd #1e6cdd #1edd90

Monochromatic Colors of #1ecbdd

#1ecbdd

Complementary Color

#1ecbdd #dd301e

#1ecbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecbdd Color CSS Codes

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

#1ecbdd Text Font Color

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

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


#1ecbdd Background Color

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

This div background color is #1ecbdd


#1ecbdd Border Color

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

This div border color is #1ecbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,203,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecbdd


Comments

No comments written yet.

Please login to write comment.