Color Hex Logo

#1eaaff Color Hex

#1EAAFF
(30,170,255)
0 Favorites   0 Comments

Color spaces of #1eaaff

RGB 30170255
HSL0.561.000.56
HSV203°88°100°
CMYK 0.880.330.00   0.00
XYZ32.960136.245599.8666
Yxy36.24550.19490.2144
Hunter Lab60.2042-7.6338-56.2071
CIE-Lab66.7071-5.2161-51.7212

#1eaaff color RGB value is (30,170,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11111111
Octal 36 252 377
Decimal 30 170 255
Hex 1E AA FF

RGB Percentages of Color #1eaaff

%6.59
%37.36
%56.04

CMYK Percentages of Color #1eaaff

%88
%33
%0
%0

Triadic Colors of #1eaaff

#1eaaff #ff1eaa #aaff1e

Analogous Colors of #1eaaff

#1eaaff #1e3aff #1effe4

Monochromatic Colors of #1eaaff

#1eaaff

Complementary Color

#1eaaff #ff731e

#1eaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaaff Color CSS Codes

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

#1eaaff Text Font Color

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

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


#1eaaff Background Color

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

This div background color is #1eaaff


#1eaaff Border Color

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

This div border color is #1eaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.