Color Hex Logo

#1edfaa Color Hex

#1EDFAA
(30,223,170)
0 Favorites   0 Comments

Color spaces of #1edfaa

RGB 30223170
HSL0.450.760.50
HSV164°87°87°
CMYK 0.870.000.24   0.13
XYZ34.178855.953747.0289
Yxy55.95370.24920.4079
Hunter Lab74.8022-49.343215.0853
CIE-Lab79.5875-56.457713.6246

#1edfaa color RGB value is (30,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011111 10101010
Octal 36 337 252
Decimal 30 223 170
Hex 1E DF AA

RGB Percentages of Color #1edfaa

%7.09
%52.72
%40.19

CMYK Percentages of Color #1edfaa

%87
%0
%24
%13

Triadic Colors of #1edfaa

#1edfaa #aa1edf #dfaa1e

Analogous Colors of #1edfaa

#1edfaa #1eb4df #1edf4a

Monochromatic Colors of #1edfaa

#1edfaa

Complementary Color

#1edfaa #df1e53

#1edfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edfaa Color CSS Codes

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

#1edfaa Text Font Color

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

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


#1edfaa Background Color

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

This div background color is #1edfaa


#1edfaa Border Color

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

This div border color is #1edfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,223,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 #1edfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edfaa


Comments

No comments written yet.

Please login to write comment.