Color Hex Logo

#1ebeeb Color Hex

#1EBEEB
(30,190,235)
0 Favorites   0 Comments

Color spaces of #1ebeeb

RGB 30190235
HSL0.540.840.52
HSV193°87°92°
CMYK 0.870.190.00   0.08
XYZ33.944343.101185.1276
Yxy43.10110.20930.2658
Hunter Lab65.6514-22.5987-30.9230
CIE-Lab71.6235-22.9455-33.1718

#1ebeeb color RGB value is (30,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 11101011
Octal 36 276 353
Decimal 30 190 235
Hex 1E BE EB

RGB Percentages of Color #1ebeeb

%6.59
%41.76
%51.65

CMYK Percentages of Color #1ebeeb

%87
%19
%0
%8

Triadic Colors of #1ebeeb

#1ebeeb #eb1ebe #beeb1e

Analogous Colors of #1ebeeb

#1ebeeb #1e58eb #1eebb2

Monochromatic Colors of #1ebeeb

#1ebeeb

Complementary Color

#1ebeeb #eb4b1e

#1ebeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebeeb Color CSS Codes

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

#1ebeeb Text Font Color

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

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


#1ebeeb Background Color

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

This div background color is #1ebeeb


#1ebeeb Border Color

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

This div border color is #1ebeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebeeb


Comments

No comments written yet.

Please login to write comment.