Color Hex Logo

#0ecabc Color Hex

#0ECABC
(14,202,188)
0 Favorites   0 Comments

Color spaces of #0ecabc

RGB 14202188
HSL0.490.870.42
HSV176°93°79°
CMYK 0.930.000.07   0.21
XYZ30.378745.965354.8480
Yxy45.96530.23160.3504
Hunter Lab67.7977-38.6640-0.5069
CIE-Lab73.5230-44.0161-4.7842

#0ecabc color RGB value is (14,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 10111100
Octal 16 312 274
Decimal 14 202 188
Hex E CA BC

RGB Percentages of Color #0ecabc

%3.47
%50.00
%46.53

CMYK Percentages of Color #0ecabc

%93
%0
%7
%21

Triadic Colors of #0ecabc

#0ecabc #bc0eca #cabc0e

Analogous Colors of #0ecabc

#0ecabc #0e7aca #0eca5e

Monochromatic Colors of #0ecabc

#0ecabc

Complementary Color

#0ecabc #ca0e1c

#0ecabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecabc Color CSS Codes

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

#0ecabc Text Font Color

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

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


#0ecabc Background Color

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

This div background color is #0ecabc


#0ecabc Border Color

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

This div border color is #0ecabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecabc


Comments

No comments written yet.

Please login to write comment.