Color Hex Logo

#1ebeef Color Hex

#1EBEEF
(30,190,239)
0 Favorites   0 Comments

Color spaces of #1ebeef

RGB 30190239
HSL0.540.870.53
HSV194°87°94°
CMYK 0.870.210.00   0.06
XYZ34.528943.334988.2060
Yxy43.33490.20790.2609
Hunter Lab65.8292-21.5740-33.3634
CIE-Lab71.7817-21.6023-35.0938

#1ebeef color RGB value is (30,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 11101111
Octal 36 276 357
Decimal 30 190 239
Hex 1E BE EF

RGB Percentages of Color #1ebeef

%6.54
%41.39
%52.07

CMYK Percentages of Color #1ebeef

%87
%21
%0
%6

Triadic Colors of #1ebeef

#1ebeef #ef1ebe #beef1e

Analogous Colors of #1ebeef

#1ebeef #1e55ef #1eefb8

Monochromatic Colors of #1ebeef

#1ebeef

Complementary Color

#1ebeef #ef4f1e

#1ebeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebeef Color CSS Codes

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

#1ebeef Text Font Color

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

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


#1ebeef Background Color

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

This div background color is #1ebeef


#1ebeef Border Color

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

This div border color is #1ebeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebeef


Comments

No comments written yet.

Please login to write comment.