Color Hex Logo

#1edebe Color Hex

#1EDEBE
(30,222,190)
0 Favorites   0 Comments

Color spaces of #1edebe

RGB 30222190
HSL0.470.760.49
HSV170°86°87°
CMYK 0.860.000.14   0.13
XYZ35.951056.236357.6751
Yxy56.23630.23990.3753
Hunter Lab74.9909-45.66026.8940
CIE-Lab79.7481-51.10813.2603

#1edebe color RGB value is (30,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 10111110
Octal 36 336 276
Decimal 30 222 190
Hex 1E DE BE

RGB Percentages of Color #1edebe

%6.79
%50.23
%42.99

CMYK Percentages of Color #1edebe

%86
%0
%14
%13

Triadic Colors of #1edebe

#1edebe #be1ede #debe1e

Analogous Colors of #1edebe

#1edebe #1e9ede #1ede5e

Monochromatic Colors of #1edebe

#1edebe

Complementary Color

#1edebe #de1e3e

#1edebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edebe Color CSS Codes

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

#1edebe Text Font Color

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

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


#1edebe Background Color

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

This div background color is #1edebe


#1edebe Border Color

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

This div border color is #1edebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edebe


Comments

No comments written yet.

Please login to write comment.