Color Hex Logo

#1edecc Color Hex

#1EDECC
(30,222,204)
0 Favorites   0 Comments

Color spaces of #1edecc

RGB 30222204
HSL0.480.760.49
HSV174°86°87°
CMYK 0.860.000.08   0.13
XYZ37.555856.878266.1259
Yxy56.87820.23390.3542
Hunter Lab75.4176-43.09300.8071
CIE-Lab80.1110-47.3702-3.6603

#1edecc color RGB value is (30,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011110 11001100
Octal 36 336 314
Decimal 30 222 204
Hex 1E DE CC

RGB Percentages of Color #1edecc

%6.58
%48.68
%44.74

CMYK Percentages of Color #1edecc

%86
%0
%8
%13

Triadic Colors of #1edecc

#1edecc #cc1ede #decc1e

Analogous Colors of #1edecc

#1edecc #1e90de #1ede6c

Monochromatic Colors of #1edecc

#1edecc

Complementary Color

#1edecc #de1e30

#1edecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edecc Color CSS Codes

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

#1edecc Text Font Color

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

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


#1edecc Background Color

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

This div background color is #1edecc


#1edecc Border Color

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

This div border color is #1edecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edecc


Comments

No comments written yet.

Please login to write comment.