Color Hex Logo

#1eaaee Color Hex

#1EAAEE
(30,170,238)
0 Favorites   0 Comments

Color spaces of #1eaaee

RGB 30170238
HSL0.550.860.53
HSV200°87°93°
CMYK 0.870.290.00   0.07
XYZ30.342835.198586.0837
Yxy35.19850.20010.2321
Hunter Lab59.3283-12.5328-44.4983
CIE-Lab65.9029-11.3056-43.7221

#1eaaee color RGB value is (30,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11101110
Octal 36 252 356
Decimal 30 170 238
Hex 1E AA EE

RGB Percentages of Color #1eaaee

%6.85
%38.81
%54.34

CMYK Percentages of Color #1eaaee

%87
%29
%0
%7

Triadic Colors of #1eaaee

#1eaaee #ee1eaa #aaee1e

Analogous Colors of #1eaaee

#1eaaee #1e42ee #1eeeca

Monochromatic Colors of #1eaaee

#1eaaee

Complementary Color

#1eaaee #ee621e

#1eaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaaee Color CSS Codes

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

#1eaaee Text Font Color

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

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


#1eaaee Background Color

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

This div background color is #1eaaee


#1eaaee Border Color

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

This div border color is #1eaaee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,170,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 #1eaaee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaaee


Comments

No comments written yet.

Please login to write comment.