Color Hex Logo

#1eaaec Color Hex

#1EAAEC
(30,170,236)
0 Favorites   0 Comments

Color spaces of #1eaaec

RGB 30170236
HSL0.550.840.52
HSV199°87°93°
CMYK 0.870.280.00   0.07
XYZ30.050535.081684.5445
Yxy35.08160.20080.2344
Hunter Lab59.2297-13.0891-43.1697
CIE-Lab65.8121-12.0152-42.7698

#1eaaec color RGB value is (30,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 11101100
Octal 36 252 354
Decimal 30 170 236
Hex 1E AA EC

RGB Percentages of Color #1eaaec

%6.88
%38.99
%54.13

CMYK Percentages of Color #1eaaec

%87
%28
%0
%7

Triadic Colors of #1eaaec

#1eaaec #ec1eaa #aaec1e

Analogous Colors of #1eaaec

#1eaaec #1e43ec #1eecc7

Monochromatic Colors of #1eaaec

#1eaaec

Complementary Color

#1eaaec #ec601e

#1eaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaaec Color CSS Codes

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

#1eaaec Text Font Color

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

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


#1eaaec Background Color

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

This div background color is #1eaaec


#1eaaec Border Color

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

This div border color is #1eaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaaec


Comments

No comments written yet.

Please login to write comment.