Color Hex Logo

#1ecbef Color Hex

#1ECBEF
(30,203,239)
0 Favorites   0 Comments

Color spaces of #1ecbef

RGB 30203239
HSL0.530.870.53
HSV190°87°94°
CMYK 0.870.150.00   0.06
XYZ37.471349.219989.1868
Yxy49.21990.21310.2799
Hunter Lab70.1569-27.4364-26.2625
CIE-Lab75.5879-28.1494-29.2198

#1ecbef color RGB value is (30,203,239).

#1ecbef hex color red value is 30, green value is 203 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #1ecbef hue: 0.53 , saturation: 0.87 and the lightness value of 1ecbef is 0.53.

The process color (four color CMYK) of #1ecbef color hex is 0.87, 0.15, 0.00, 0.06. Web safe color of #1ecbef is #33ccff. Color #1ecbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001011 11101111
Octal 36 313 357
Decimal 30 203 239
Hex 1E CB EF

RGB Percentages of Color #1ecbef

%6.36
%43.01
%50.64

CMYK Percentages of Color #1ecbef

%87
%15
%0
%6

Triadic Colors of #1ecbef

#1ecbef #ef1ecb #cbef1e

Analogous Colors of #1ecbef

#1ecbef #1e62ef #1eefab

Monochromatic Colors of #1ecbef

#1ecbef

Complementary Color

#1ecbef #ef421e

#1ecbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecbef Color CSS Codes

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

#1ecbef Text Font Color

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

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


#1ecbef Background Color

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

This div background color is #1ecbef


#1ecbef Border Color

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

This div border color is #1ecbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecbef


Comments

No comments written yet.

Please login to write comment.