Color Hex Logo

#1eaadb Color Hex

#1EAADB
(30,170,219)
0 Favorites   0 Comments

Color spaces of #1eaadb

RGB 30170219
HSL0.540.760.49
HSV196°86°86°
CMYK 0.860.220.00   0.14
XYZ27.696334.139972.1478
Yxy34.13990.20670.2548
Hunter Lab58.4294-17.6400-32.3100
CIE-Lab65.0735-17.9692-34.5798

#1eaadb color RGB value is (30,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11011011
Octal 36 252 333
Decimal 30 170 219
Hex 1E AA DB

RGB Percentages of Color #1eaadb

%7.16
%40.57
%52.27

CMYK Percentages of Color #1eaadb

%86
%22
%0
%14

Triadic Colors of #1eaadb

#1eaadb #db1eaa #aadb1e

Analogous Colors of #1eaadb

#1eaadb #1e4cdb #1edbae

Monochromatic Colors of #1eaadb

#1eaadb

Complementary Color

#1eaadb #db4f1e

#1eaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaadb Color CSS Codes

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

#1eaadb Text Font Color

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

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


#1eaadb Background Color

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

This div background color is #1eaadb


#1eaadb Border Color

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

This div border color is #1eaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaadb


Comments

No comments written yet.

Please login to write comment.