Color Hex Logo

#1ebbfa Color Hex

#1EBBFA
(30,187,250)
0 Favorites   0 Comments

Color spaces of #1ebbfa

RGB 30187250
HSL0.550.960.55
HSV197°88°98°
CMYK 0.880.250.00   0.02
XYZ35.561142.718896.8138
Yxy42.71880.20310.2440
Hunter Lab65.3596-17.2604-42.0715
CIE-Lab71.3637-16.2804-41.6920

#1ebbfa color RGB value is (30,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111011 11111010
Octal 36 273 372
Decimal 30 187 250
Hex 1E BB FA

RGB Percentages of Color #1ebbfa

%6.42
%40.04
%53.53

CMYK Percentages of Color #1ebbfa

%88
%25
%0
%2

Triadic Colors of #1ebbfa

#1ebbfa #fa1ebb #bbfa1e

Analogous Colors of #1ebbfa

#1ebbfa #1e4dfa #1efacb

Monochromatic Colors of #1ebbfa

#1ebbfa

Complementary Color

#1ebbfa #fa5d1e

#1ebbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebbfa Color CSS Codes

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

#1ebbfa Text Font Color

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

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


#1ebbfa Background Color

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

This div background color is #1ebbfa


#1ebbfa Border Color

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

This div border color is #1ebbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebbfa


Comments

No comments written yet.

Please login to write comment.