Color Hex Logo

#1edbad Color Hex

#1EDBAD
(30,219,173)
0 Favorites   0 Comments

Color spaces of #1edbad

RGB 30219173
HSL0.460.760.49
HSV165°86°86°
CMYK 0.860.000.21   0.14
XYZ33.409853.956248.1889
Yxy53.95620.24650.3980
Hunter Lab73.4549-47.358112.5222
CIE-Lab78.4362-54.182210.4067

#1edbad color RGB value is (30,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011011 10101101
Octal 36 333 255
Decimal 30 219 173
Hex 1E DB AD

RGB Percentages of Color #1edbad

%7.11
%51.90
%41.00

CMYK Percentages of Color #1edbad

%86
%0
%21
%14

Triadic Colors of #1edbad

#1edbad #ad1edb #dbad1e

Analogous Colors of #1edbad

#1edbad #1eabdb #1edb4e

Monochromatic Colors of #1edbad

#1edbad

Complementary Color

#1edbad #db1e4c

#1edbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edbad Color CSS Codes

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

#1edbad Text Font Color

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

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


#1edbad Background Color

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

This div background color is #1edbad


#1edbad Border Color

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

This div border color is #1edbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edbad


Comments

No comments written yet.

Please login to write comment.