Color Hex Logo

#1ebefb Color Hex

#1EBEFB
(30,190,251)
0 Favorites   0 Comments

Color spaces of #1ebefb

RGB 30190251
HSL0.550.970.55
HSV197°88°98°
CMYK 0.880.240.00   0.02
XYZ36.361544.068097.8563
Yxy44.06800.20400.2472
Hunter Lab66.3837-18.3987-40.9308
CIE-Lab72.2739-17.5207-40.8105

#1ebefb color RGB value is (30,190,251).

#1ebefb hex color red value is 30, green value is 190 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1ebefb hue: 0.55 , saturation: 0.97 and the lightness value of 1ebefb is 0.55.

The process color (four color CMYK) of #1ebefb color hex is 0.88, 0.24, 0.00, 0.02. Web safe color of #1ebefb is #33ccff. Color #1ebefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111110 11111011
Octal 36 276 373
Decimal 30 190 251
Hex 1E BE FB

RGB Percentages of Color #1ebefb

%6.37
%40.34
%53.29

CMYK Percentages of Color #1ebefb

%88
%24
%0
%2

Triadic Colors of #1ebefb

#1ebefb #fb1ebe #befb1e

Analogous Colors of #1ebefb

#1ebefb #1e4ffb #1efbca

Monochromatic Colors of #1ebefb

#1ebefb

Complementary Color

#1ebefb #fb5b1e

#1ebefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebefb Color CSS Codes

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

#1ebefb Text Font Color

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

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


#1ebefb Background Color

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

This div background color is #1ebefb


#1ebefb Border Color

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

This div border color is #1ebefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebefb


Comments

No comments written yet.

Please login to write comment.