Color Hex Logo

#1e96eb Color Hex

#1E96EB
(30,150,235)
0 Favorites   0 Comments

Color spaces of #1e96eb

RGB 30150235
HSL0.570.840.52
HSV205°87°92°
CMYK 0.870.360.00   0.08
XYZ26.437228.086982.6252
Yxy28.08690.19280.2048
Hunter Lab52.9971-3.7015-55.3382
CIE-Lab59.9672-1.0606-51.4456

#1e96eb color RGB value is (30,150,235).

#1e96eb hex color red value is 30, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1e96eb hue: 0.57 , saturation: 0.84 and the lightness value of 1e96eb is 0.52.

The process color (four color CMYK) of #1e96eb color hex is 0.87, 0.36, 0.00, 0.08. Web safe color of #1e96eb is #3399ff. Color #1e96eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10010110 11101011
Octal 36 226 353
Decimal 30 150 235
Hex 1E 96 EB

RGB Percentages of Color #1e96eb

%7.23
%36.14
%56.63

CMYK Percentages of Color #1e96eb

%87
%36
%0
%8

Triadic Colors of #1e96eb

#1e96eb #eb1e96 #96eb1e

Analogous Colors of #1e96eb

#1e96eb #1e2feb #1eebda

Monochromatic Colors of #1e96eb

#1e96eb

Complementary Color

#1e96eb #eb731e

#1e96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e96eb Color CSS Codes

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

#1e96eb Text Font Color

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

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


#1e96eb Background Color

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

This div background color is #1e96eb


#1e96eb Border Color

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

This div border color is #1e96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e96eb


Comments

No comments written yet.

Please login to write comment.