Color Hex Logo

#1ebcfa Color Hex

#1EBCFA
(30,188,250)
0 Favorites   0 Comments

Color spaces of #1ebcfa

RGB 30188250
HSL0.550.960.55
HSV197°88°98°
CMYK 0.880.250.00   0.02
XYZ35.774043.144696.8847
Yxy43.14460.20350.2454
Hunter Lab65.6845-17.7309-41.4736
CIE-Lab71.6530-16.8098-41.2402

#1ebcfa color RGB value is (30,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10111100 11111010
Octal 36 274 372
Decimal 30 188 250
Hex 1E BC FA

RGB Percentages of Color #1ebcfa

%6.41
%40.17
%53.42

CMYK Percentages of Color #1ebcfa

%88
%25
%0
%2

Triadic Colors of #1ebcfa

#1ebcfa #fa1ebc #bcfa1e

Analogous Colors of #1ebcfa

#1ebcfa #1e4efa #1efaca

Monochromatic Colors of #1ebcfa

#1ebcfa

Complementary Color

#1ebcfa #fa5c1e

#1ebcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ebcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ebcfa Color CSS Codes

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

#1ebcfa Text Font Color

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

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


#1ebcfa Background Color

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

This div background color is #1ebcfa


#1ebcfa Border Color

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

This div border color is #1ebcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ebcfa


Comments

No comments written yet.

Please login to write comment.