Color Hex Logo

#1eaed8 Color Hex

#1EAED8
(30,174,216)
0 Favorites   0 Comments

Color spaces of #1eaed8

RGB 30174216
HSL0.540.760.48
HSV194°86°85°
CMYK 0.860.190.00   0.15
XYZ28.066135.506070.3398
Yxy35.50600.20960.2651
Hunter Lab59.5869-20.2016-28.2785
CIE-Lab66.1407-21.1006-31.2709

#1eaed8 color RGB value is (30,174,216).

#1eaed8 hex color red value is 30, green value is 174 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #1eaed8 hue: 0.54 , saturation: 0.76 and the lightness value of 1eaed8 is 0.48.

The process color (four color CMYK) of #1eaed8 color hex is 0.86, 0.19, 0.00, 0.15. Web safe color of #1eaed8 is #3399cc. Color #1eaed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101110 11011000
Octal 36 256 330
Decimal 30 174 216
Hex 1E AE D8

RGB Percentages of Color #1eaed8

%7.14
%41.43
%51.43

CMYK Percentages of Color #1eaed8

%86
%19
%0
%15

Triadic Colors of #1eaed8

#1eaed8 #d81eae #aed81e

Analogous Colors of #1eaed8

#1eaed8 #1e51d8 #1ed8a5

Monochromatic Colors of #1eaed8

#1eaed8

Complementary Color

#1eaed8 #d8481e

#1eaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaed8 Color CSS Codes

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

#1eaed8 Text Font Color

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

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


#1eaed8 Background Color

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

This div background color is #1eaed8


#1eaed8 Border Color

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

This div border color is #1eaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaed8


Comments

No comments written yet.

Please login to write comment.