Color Hex Logo

#1eaaed Color Hex

#1EAAED
(30,170,237)
0 Favorites   0 Comments

Color spaces of #1eaaed

RGB 30170237
HSL0.550.850.52
HSV199°87°93°
CMYK 0.870.280.00   0.07
XYZ30.196235.139985.3119
Yxy35.13990.20040.2333
Hunter Lab59.2789-12.8117-43.8326
CIE-Lab65.8574-11.6608-43.2462

#1eaaed color RGB value is (30,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11101101
Octal 36 252 355
Decimal 30 170 237
Hex 1E AA ED

RGB Percentages of Color #1eaaed

%6.86
%38.90
%54.23

CMYK Percentages of Color #1eaaed

%87
%28
%0
%7

Triadic Colors of #1eaaed

#1eaaed #ed1eaa #aaed1e

Analogous Colors of #1eaaed

#1eaaed #1e42ed #1eedc9

Monochromatic Colors of #1eaaed

#1eaaed

Complementary Color

#1eaaed #ed611e

#1eaaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaaed Color CSS Codes

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

#1eaaed Text Font Color

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

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


#1eaaed Background Color

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

This div background color is #1eaaed


#1eaaed Border Color

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

This div border color is #1eaaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaaed


Comments

No comments written yet.

Please login to write comment.