Color Hex Logo

#1e9aae Color Hex

#1E9AAE
(30,154,174)
0 Favorites   0 Comments

Color spaces of #1e9aae

RGB 30154174
HSL0.520.710.40
HSV188°83°68°
CMYK 0.830.110.00   0.32
XYZ19.731026.443244.1085
Yxy26.44320.21850.2929
Hunter Lab51.4230-21.4997-14.8605
CIE-Lab58.4554-24.8725-19.6136

#1e9aae color RGB value is (30,154,174).

#1e9aae hex color red value is 30, green value is 154 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1e9aae hue: 0.52 , saturation: 0.71 and the lightness value of 1e9aae is 0.40.

The process color (four color CMYK) of #1e9aae color hex is 0.83, 0.11, 0.00, 0.32. Web safe color of #1e9aae is #339999. Color #1e9aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10011010 10101110
Octal 36 232 256
Decimal 30 154 174
Hex 1E 9A AE

RGB Percentages of Color #1e9aae

%8.38
%43.02
%48.60

CMYK Percentages of Color #1e9aae

%83
%11
%0
%32

Triadic Colors of #1e9aae

#1e9aae #ae1e9a #9aae1e

Analogous Colors of #1e9aae

#1e9aae #1e52ae #1eae7a

Monochromatic Colors of #1e9aae

#1e9aae

Complementary Color

#1e9aae #ae321e

#1e9aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1e9aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1e9aae Color CSS Codes

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

#1e9aae Text Font Color

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

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


#1e9aae Background Color

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

This div background color is #1e9aae


#1e9aae Border Color

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

This div border color is #1e9aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1e9aae


Comments

No comments written yet.

Please login to write comment.