Color Hex Logo

#0ecaac Color Hex

#0ECAAC
(14,202,172)
0 Favorites   0 Comments

Color spaces of #0ecaac

RGB 14202172
HSL0.470.870.42
HSV170°93°79°
CMYK 0.930.000.15   0.21
XYZ28.748045.313046.2608
Yxy45.31300.23890.3766
Hunter Lab67.3149-41.56966.3746
CIE-Lab73.0975-48.41183.2626

#0ecaac color RGB value is (14,202,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 10101100
Octal 16 312 254
Decimal 14 202 172
Hex E CA AC

RGB Percentages of Color #0ecaac

%3.61
%52.06
%44.33

CMYK Percentages of Color #0ecaac

%93
%0
%15
%21

Triadic Colors of #0ecaac

#0ecaac #ac0eca #caac0e

Analogous Colors of #0ecaac

#0ecaac #0e8aca #0eca4e

Monochromatic Colors of #0ecaac

#0ecaac

Complementary Color

#0ecaac #ca0e2c

#0ecaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecaac Color CSS Codes

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

#0ecaac Text Font Color

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

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


#0ecaac Background Color

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

This div background color is #0ecaac


#0ecaac Border Color

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

This div border color is #0ecaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecaac


Comments

No comments written yet.

Please login to write comment.