Color Hex Logo

#1ebcfb Color Hex

#1EBCFB
(30,188,251)
0 Favorites   0 Comments

Color spaces of #1ebcfb

RGB 30188251
HSL0.550.970.55
HSV197°88°98°
CMYK 0.880.250.00   0.02
XYZ35.931243.207597.7129
Yxy43.20750.20320.2443
Hunter Lab65.7324-17.4586-42.1234
CIE-Lab71.6956-16.4653-41.7133

#1ebcfb color RGB value is (30,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 11111011
Octal 36 274 373
Decimal 30 188 251
Hex 1E BC FB

RGB Percentages of Color #1ebcfb

%6.40
%40.09
%53.52

CMYK Percentages of Color #1ebcfb

%88
%25
%0
%2

Triadic Colors of #1ebcfb

#1ebcfb #fb1ebc #bcfb1e

Analogous Colors of #1ebcfb

#1ebcfb #1e4dfb #1efbcc

Monochromatic Colors of #1ebcfb

#1ebcfb

Complementary Color

#1ebcfb #fb5d1e

#1ebcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebcfb Color CSS Codes

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

#1ebcfb Text Font Color

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

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


#1ebcfb Background Color

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

This div background color is #1ebcfb


#1ebcfb Border Color

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

This div border color is #1ebcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.