Color Hex Logo

#1eaa99 Color Hex

#1EAA99
(30,170,153)
0 Favorites   0 Comments

Color spaces of #1eaa99

RGB 30170153
HSL0.480.700.39
HSV173°82°67°
CMYK 0.820.000.10   0.33
XYZ20.659931.325435.0945
Yxy31.32540.23730.3597
Hunter Lab55.9691-32.05612.0016
CIE-Lab62.7814-38.9442-1.2971

#1eaa99 color RGB value is (30,170,153).

#1eaa99 hex color red value is 30, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #1eaa99 hue: 0.48 , saturation: 0.70 and the lightness value of 1eaa99 is 0.39.

The process color (four color CMYK) of #1eaa99 color hex is 0.82, 0.00, 0.10, 0.33. Web safe color of #1eaa99 is #339999. Color #1eaa99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 10101010 10011001
Octal 36 252 231
Decimal 30 170 153
Hex 1E AA 99

RGB Percentages of Color #1eaa99

%8.50
%48.16
%43.34

CMYK Percentages of Color #1eaa99

%82
%0
%10
%33

Triadic Colors of #1eaa99

#1eaa99 #991eaa #aa991e

Analogous Colors of #1eaa99

#1eaa99 #1e75aa #1eaa53

Monochromatic Colors of #1eaa99

#1eaa99

Complementary Color

#1eaa99 #aa1e2f

#1eaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eaa99 Color CSS Codes

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

#1eaa99 Text Font Color

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

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


#1eaa99 Background Color

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

This div background color is #1eaa99


#1eaa99 Border Color

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

This div border color is #1eaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eaa99


Comments

No comments written yet.

Please login to write comment.