Color Hex Logo

#1e91ee Color Hex

#1E91EE
(30,145,238)
0 Favorites   0 Comments

Color spaces of #1e91ee

RGB 30145238
HSL0.570.860.53
HSV207°87°93°
CMYK 0.870.390.00   0.07
XYZ26.093426.699984.6672
Yxy26.69990.18980.1942
Hunter Lab51.6719-0.2866-60.9794
CIE-Lab58.69552.9997-55.1287

#1e91ee color RGB value is (30,145,238).

#1e91ee hex color red value is 30, green value is 145 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1e91ee hue: 0.57 , saturation: 0.86 and the lightness value of 1e91ee is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10010001 11101110
Octal 36 221 356
Decimal 30 145 238
Hex 1E 91 EE

RGB Percentages of Color #1e91ee

%7.26
%35.11
%57.63

CMYK Percentages of Color #1e91ee

%87
%39
%0
%7

Triadic Colors of #1e91ee

#1e91ee #ee1e91 #91ee1e

Analogous Colors of #1e91ee

#1e91ee #1e29ee #1eeee3

Monochromatic Colors of #1e91ee

#1e91ee

Complementary Color

#1e91ee #ee7b1e

#1e91ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e91ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e91ee Color CSS Codes

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

#1e91ee Text Font Color

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

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


#1e91ee Background Color

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

This div background color is #1e91ee


#1e91ee Border Color

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

This div border color is #1e91ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e91ee


Comments

No comments written yet.

Please login to write comment.