Color Hex Logo

#1eddbc Color Hex

#1EDDBC
(30,221,188)
0 Favorites   0 Comments

Color spaces of #1eddbc

RGB 30221188
HSL0.470.760.49
HSV170°86°87°
CMYK 0.860.000.15   0.13
XYZ35.469055.619856.4432
Yxy55.61980.24040.3770
Hunter Lab74.5787-45.61967.3328
CIE-Lab79.3969-51.21783.8152

#1eddbc color RGB value is (30,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011101 10111100
Octal 36 335 274
Decimal 30 221 188
Hex 1E DD BC

RGB Percentages of Color #1eddbc

%6.83
%50.34
%42.82

CMYK Percentages of Color #1eddbc

%86
%0
%15
%13

Triadic Colors of #1eddbc

#1eddbc #bc1edd #ddbc1e

Analogous Colors of #1eddbc

#1eddbc #1e9fdd #1edd5d

Monochromatic Colors of #1eddbc

#1eddbc

Complementary Color

#1eddbc #dd1e3f

#1eddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eddbc Color CSS Codes

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

#1eddbc Text Font Color

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

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


#1eddbc Background Color

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

This div background color is #1eddbc


#1eddbc Border Color

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

This div border color is #1eddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eddbc


Comments

No comments written yet.

Please login to write comment.