Color Hex Logo

#1eaede Color Hex

#1EAEDE
(30,174,222)
0 Favorites   0 Comments

Color spaces of #1eaede

RGB 30174222
HSL0.540.760.49
HSV195°86°87°
CMYK 0.860.220.00   0.13
XYZ28.856335.822074.5007
Yxy35.82200.20730.2574
Hunter Lab59.8515-18.6796-31.9058
CIE-Lab66.3837-19.0520-34.1960

#1eaede color RGB value is (30,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101110 11011110
Octal 36 256 336
Decimal 30 174 222
Hex 1E AE DE

RGB Percentages of Color #1eaede

%7.04
%40.85
%52.11

CMYK Percentages of Color #1eaede

%86
%22
%0
%13

Triadic Colors of #1eaede

#1eaede #de1eae #aede1e

Analogous Colors of #1eaede

#1eaede #1e4ede #1edeae

Monochromatic Colors of #1eaede

#1eaede

Complementary Color

#1eaede #de4e1e

#1eaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaede Color CSS Codes

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

#1eaede Text Font Color

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

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


#1eaede Background Color

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

This div background color is #1eaede


#1eaede Border Color

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

This div border color is #1eaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaede


Comments

No comments written yet.

Please login to write comment.