Color Hex Logo

#1eccae Color Hex

#1ECCAE
(30,204,174)
0 Favorites   0 Comments

Color spaces of #1eccae

RGB 30204174
HSL0.470.740.46
HSV170°85°80°
CMYK 0.850.000.15   0.20
XYZ29.768346.517747.4543
Yxy46.51770.24060.3759
Hunter Lab68.2039-41.44866.4904
CIE-Lab73.8802-47.86093.3300

#1eccae color RGB value is (30,204,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001100 10101110
Octal 36 314 256
Decimal 30 204 174
Hex 1E CC AE

RGB Percentages of Color #1eccae

%7.35
%50.00
%42.65

CMYK Percentages of Color #1eccae

%85
%0
%15
%20

Triadic Colors of #1eccae

#1eccae #ae1ecc #ccae1e

Analogous Colors of #1eccae

#1eccae #1e93cc #1ecc57

Monochromatic Colors of #1eccae

#1eccae

Complementary Color

#1eccae #cc1e3c

#1eccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1eccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1eccae Color CSS Codes

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

#1eccae Text Font Color

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

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


#1eccae Background Color

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

This div background color is #1eccae


#1eccae Border Color

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

This div border color is #1eccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1eccae


Comments

No comments written yet.

Please login to write comment.