Color Hex Logo

#1edccc Color Hex

#1EDCCC
(30,220,204)
0 Favorites   0 Comments

Color spaces of #1edccc

RGB 30220204
HSL0.490.760.49
HSV175°86°86°
CMYK 0.860.000.07   0.14
XYZ37.027755.822165.9499
Yxy55.82210.23320.3515
Hunter Lab74.7142-42.2868-0.0351
CIE-Lab79.5125-46.5180-4.5419

#1edccc color RGB value is (30,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11011100 11001100
Octal 36 334 314
Decimal 30 220 204
Hex 1E DC CC

RGB Percentages of Color #1edccc

%6.61
%48.46
%44.93

CMYK Percentages of Color #1edccc

%86
%0
%7
%14

Triadic Colors of #1edccc

#1edccc #cc1edc #dccc1e

Analogous Colors of #1edccc

#1edccc #1e8ddc #1edc6d

Monochromatic Colors of #1edccc

#1edccc

Complementary Color

#1edccc #dc1e2e

#1edccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1edccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1edccc Color CSS Codes

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

#1edccc Text Font Color

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

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


#1edccc Background Color

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

This div background color is #1edccc


#1edccc Border Color

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

This div border color is #1edccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(30,220,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 #1edccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1edccc


Comments

No comments written yet.

Please login to write comment.