Color Hex Logo

#1eddbd Color Hex

#1EDDBD
(30,221,189)
0 Favorites   0 Comments

Color spaces of #1eddbd

RGB 30221189
HSL0.470.760.49
HSV170°86°87°
CMYK 0.860.000.14   0.13
XYZ35.577255.663057.0130
Yxy55.66300.24000.3755
Hunter Lab74.6076-45.44436.9176
CIE-Lab79.4216-50.95853.3190

#1eddbd color RGB value is (30,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011101 10111101
Octal 36 335 275
Decimal 30 221 189
Hex 1E DD BD

RGB Percentages of Color #1eddbd

%6.82
%50.23
%42.95

CMYK Percentages of Color #1eddbd

%86
%0
%14
%13

Triadic Colors of #1eddbd

#1eddbd #bd1edd #ddbd1e

Analogous Colors of #1eddbd

#1eddbd #1e9edd #1edd5e

Monochromatic Colors of #1eddbd

#1eddbd

Complementary Color

#1eddbd #dd1e3e

#1eddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eddbd Color CSS Codes

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

#1eddbd Text Font Color

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

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


#1eddbd Background Color

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

This div background color is #1eddbd


#1eddbd Border Color

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

This div border color is #1eddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eddbd


Comments

No comments written yet.

Please login to write comment.