Color Hex Logo

#1e99ea Color Hex

#1E99EA
(30,153,234)
0 Favorites   0 Comments

Color spaces of #1e99ea

RGB 30153234
HSL0.570.830.52
HSV204°87°92°
CMYK 0.870.350.00   0.08
XYZ26.777928.999082.0279
Yxy28.99900.19430.2104
Hunter Lab53.8507-5.4775-52.6178
CIE-Lab60.7807-3.1713-49.6023

#1e99ea color RGB value is (30,153,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10011001 11101010
Octal 36 231 352
Decimal 30 153 234
Hex 1E 99 EA

RGB Percentages of Color #1e99ea

%7.19
%36.69
%56.12

CMYK Percentages of Color #1e99ea

%87
%35
%0
%8

Triadic Colors of #1e99ea

#1e99ea #ea1e99 #99ea1e

Analogous Colors of #1e99ea

#1e99ea #1e33ea #1eead5

Monochromatic Colors of #1e99ea

#1e99ea

Complementary Color

#1e99ea #ea6f1e

#1e99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e99ea Color CSS Codes

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

#1e99ea Text Font Color

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

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


#1e99ea Background Color

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

This div background color is #1e99ea


#1e99ea Border Color

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

This div border color is #1e99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e99ea


Comments

No comments written yet.

Please login to write comment.