Color Hex Logo

#1edeaa Color Hex

#1EDEAA
(30,222,170)
0 Favorites   0 Comments

Color spaces of #1edeaa

RGB 30222170
HSL0.450.760.49
HSV164°86°87°
CMYK 0.860.000.23   0.13
XYZ33.912455.420946.9401
Yxy55.42090.24890.4067
Hunter Lab74.4452-48.966114.7274
CIE-Lab79.2831-56.072013.1951

#1edeaa color RGB value is (30,222,170).

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

The process color (four color CMYK) of #1edeaa color hex is 0.86, 0.00, 0.23, 0.13. Web safe color of #1edeaa is #33cc99. Color #1edeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 10101010
Octal 36 336 252
Decimal 30 222 170
Hex 1E DE AA

RGB Percentages of Color #1edeaa

%7.11
%52.61
%40.28

CMYK Percentages of Color #1edeaa

%86
%0
%23
%13

Triadic Colors of #1edeaa

#1edeaa #aa1ede #deaa1e

Analogous Colors of #1edeaa

#1edeaa #1eb2de #1ede4a

Monochromatic Colors of #1edeaa

#1edeaa

Complementary Color

#1edeaa #de1e52

#1edeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edeaa Color CSS Codes

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

#1edeaa Text Font Color

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

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


#1edeaa Background Color

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

This div background color is #1edeaa


#1edeaa Border Color

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

This div border color is #1edeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edeaa


Comments

No comments written yet.

Please login to write comment.