Color Hex Logo

#1eb2fe Color Hex

#1EB2FE
(30,178,254)
0 Favorites   0 Comments

Color spaces of #1eb2fe

RGB 30178254
HSL0.560.990.56
HSV200°88°100°
CMYK 0.880.300.00   0.00
XYZ34.345239.272699.5361
Yxy39.27260.19840.2268
Hunter Lab62.6679-11.8416-50.3035
CIE-Lab68.9483-10.0231-47.6425

#1eb2fe color RGB value is (30,178,254).

#1eb2fe hex color red value is 30, green value is 178 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1eb2fe hue: 0.56 , saturation: 0.99 and the lightness value of 1eb2fe is 0.56.

The process color (four color CMYK) of #1eb2fe color hex is 0.88, 0.30, 0.00, 0.00. Web safe color of #1eb2fe is #3399ff. Color #1eb2fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10110010 11111110
Octal 36 262 376
Decimal 30 178 254
Hex 1E B2 FE

RGB Percentages of Color #1eb2fe

%6.49
%38.53
%54.98

CMYK Percentages of Color #1eb2fe

%88
%30
%0
%0

Triadic Colors of #1eb2fe

#1eb2fe #fe1eb2 #b2fe1e

Analogous Colors of #1eb2fe

#1eb2fe #1e42fe #1efeda

Monochromatic Colors of #1eb2fe

#1eb2fe

Complementary Color

#1eb2fe #fe6a1e

#1eb2fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eb2fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eb2fe Color CSS Codes

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

#1eb2fe Text Font Color

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

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


#1eb2fe Background Color

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

This div background color is #1eb2fe


#1eb2fe Border Color

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

This div border color is #1eb2fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eb2fe


Comments

No comments written yet.

Please login to write comment.