Color Hex Logo

#1ecca0 Color Hex

#1ECCA0
(30,204,160)
0 Favorites   0 Comments

Color spaces of #1ecca0

RGB 30204160
HSL0.460.740.46
HSV165°85°80°
CMYK 0.850.000.22   0.20
XYZ28.473445.999840.6359
Yxy45.99980.24740.3996
Hunter Lab67.8232-43.753011.9529
CIE-Lab73.5454-51.414410.3939

#1ecca0 color RGB value is (30,204,160).

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

The process color (four color CMYK) of #1ecca0 color hex is 0.85, 0.00, 0.22, 0.20. Web safe color of #1ecca0 is #33cc99. Color #1ecca0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 10100000
Octal 36 314 240
Decimal 30 204 160
Hex 1E CC A0

RGB Percentages of Color #1ecca0

%7.61
%51.78
%40.61

CMYK Percentages of Color #1ecca0

%85
%0
%22
%20

Triadic Colors of #1ecca0

#1ecca0 #a01ecc #cca01e

Analogous Colors of #1ecca0

#1ecca0 #1ea1cc #1ecc49

Monochromatic Colors of #1ecca0

#1ecca0

Complementary Color

#1ecca0 #cc1e4a

#1ecca0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecca0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecca0 Color CSS Codes

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

#1ecca0 Text Font Color

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

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


#1ecca0 Background Color

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

This div background color is #1ecca0


#1ecca0 Border Color

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

This div border color is #1ecca0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecca0


Comments

No comments written yet.

Please login to write comment.