Color Hex Logo

#1eceeb Color Hex

#1ECEEB
(30,206,235)
0 Favorites   0 Comments

Color spaces of #1eceeb

RGB 30206235
HSL0.520.840.52
HSV188°87°92°
CMYK 0.870.120.00   0.08
XYZ37.602150.416886.3468
Yxy50.41680.21570.2891
Hunter Lab71.0048-29.7299-22.3974
CIE-Lab76.3244-30.8977-25.9423

#1eceeb color RGB value is (30,206,235).

#1eceeb hex color red value is 30, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1eceeb hue: 0.52 , saturation: 0.84 and the lightness value of 1eceeb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001110 11101011
Octal 36 316 353
Decimal 30 206 235
Hex 1E CE EB

RGB Percentages of Color #1eceeb

%6.37
%43.74
%49.89

CMYK Percentages of Color #1eceeb

%87
%12
%0
%8

Triadic Colors of #1eceeb

#1eceeb #eb1ece #ceeb1e

Analogous Colors of #1eceeb

#1eceeb #1e68eb #1eeba2

Monochromatic Colors of #1eceeb

#1eceeb

Complementary Color

#1eceeb #eb3b1e

#1eceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eceeb Color CSS Codes

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

#1eceeb Text Font Color

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

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


#1eceeb Background Color

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

This div background color is #1eceeb


#1eceeb Border Color

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

This div border color is #1eceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eceeb


Comments

No comments written yet.

Please login to write comment.