Color Hex Logo

#0ecead Color Hex

#0ECEAD
(14,206,173)
0 Favorites   0 Comments

Color spaces of #0ecead

RGB 14206173
HSL0.470.870.43
HSV170°93°81°
CMYK 0.930.000.16   0.19
XYZ29.795247.253147.0856
Yxy47.25310.24000.3807
Hunter Lab68.7409-42.92717.5066
CIE-Lab74.3514-49.78964.5361

#0ecead color RGB value is (14,206,173).

#0ecead hex color red value is 14, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0ecead hue: 0.47 , saturation: 0.87 and the lightness value of 0ecead is 0.43.

The process color (four color CMYK) of #0ecead color hex is 0.93, 0.00, 0.16, 0.19. Web safe color of #0ecead is #00cc99. Color #0ecead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10101101
Octal 16 316 255
Decimal 14 206 173
Hex E CE AD

RGB Percentages of Color #0ecead

%3.56
%52.42
%44.02

CMYK Percentages of Color #0ecead

%93
%0
%16
%19

Triadic Colors of #0ecead

#0ecead #ad0ece #cead0e

Analogous Colors of #0ecead

#0ecead #0e8fce #0ece4d

Monochromatic Colors of #0ecead

#0ecead

Complementary Color

#0ecead #ce0e2f

#0ecead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecead Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecead Color CSS Codes

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

#0ecead Text Font Color

<p style="color:#0ecead">Text here</p>

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


#0ecead Background Color

<div style="background-color:#0ecead">
Div content here</div>

This div background color is #0ecead


#0ecead Border Color

<div style="border:3px solid #0ecead">
Div here</div>

This div border color is #0ecead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,206,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ecead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ecead;
  -webkit-box-shadow: 1px 1px 3px 2px #0ecead;
  box-shadow:         1px 1px 3px 2px #0ecead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,206,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecead


Comments

No comments written yet.

Please login to write comment.