Color Hex Logo

#1ecad4 Color Hex

#1ECAD4
(30,202,212)
0 Favorites   0 Comments

Color spaces of #1ecad4

RGB 30202212
HSL0.510.750.47
HSV183°86°83°
CMYK 0.860.050.00   0.17
XYZ33.539647.270569.6438
Yxy47.27050.22290.3142
Hunter Lab68.7535-33.2422-11.9302
CIE-Lab74.3625-36.1666-16.5234

#1ecad4 color RGB value is (30,202,212).

#1ecad4 hex color red value is 30, green value is 202 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #1ecad4 hue: 0.51 , saturation: 0.75 and the lightness value of 1ecad4 is 0.47.

The process color (four color CMYK) of #1ecad4 color hex is 0.86, 0.05, 0.00, 0.17. Web safe color of #1ecad4 is #33cccc. Color #1ecad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011110 11001010 11010100
Octal 36 312 324
Decimal 30 202 212
Hex 1E CA D4

RGB Percentages of Color #1ecad4

%6.76
%45.50
%47.75

CMYK Percentages of Color #1ecad4

%86
%5
%0
%17

Triadic Colors of #1ecad4

#1ecad4 #d41eca #cad41e

Analogous Colors of #1ecad4

#1ecad4 #1e6fd4 #1ed483

Monochromatic Colors of #1ecad4

#1ecad4

Complementary Color

#1ecad4 #d4281e

#1ecad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ecad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ecad4 Color CSS Codes

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

#1ecad4 Text Font Color

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

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


#1ecad4 Background Color

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

This div background color is #1ecad4


#1ecad4 Border Color

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

This div border color is #1ecad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ecad4


Comments

No comments written yet.

Please login to write comment.