Color Hex Logo

#1eedc7 Color Hex

#1EEDC7
(30,237,199)
0 Favorites   0 Comments

Color spaces of #1eedc7

RGB 30237199
HSL0.470.850.52
HSV169°87°93°
CMYK 0.870.000.16   0.07
XYZ41.128464.967964.4052
Yxy64.96790.24120.3810
Hunter Lab80.6027-49.97319.0465
CIE-Lab84.4672-54.86315.3323

#1eedc7 color RGB value is (30,237,199).

#1eedc7 hex color red value is 30, green value is 237 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #1eedc7 hue: 0.47 , saturation: 0.85 and the lightness value of 1eedc7 is 0.52.

The process color (four color CMYK) of #1eedc7 color hex is 0.87, 0.00, 0.16, 0.07. Web safe color of #1eedc7 is #33ffcc. Color #1eedc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11101101 11000111
Octal 36 355 307
Decimal 30 237 199
Hex 1E ED C7

RGB Percentages of Color #1eedc7

%6.44
%50.86
%42.70

CMYK Percentages of Color #1eedc7

%87
%0
%16
%7

Triadic Colors of #1eedc7

#1eedc7 #c71eed #edc71e

Analogous Colors of #1eedc7

#1eedc7 #1eaced #1eed60

Monochromatic Colors of #1eedc7

#1eedc7

Complementary Color

#1eedc7 #ed1e44

#1eedc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eedc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eedc7 Color CSS Codes

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

#1eedc7 Text Font Color

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

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


#1eedc7 Background Color

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

This div background color is #1eedc7


#1eedc7 Border Color

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

This div border color is #1eedc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eedc7


Comments

No comments written yet.

Please login to write comment.