Color Hex Logo

#0ecab9 Color Hex

#0ECAB9
(14,202,185)
0 Favorites   0 Comments

Color spaces of #0ecab9

RGB 14202185
HSL0.480.870.42
HSV175°93°79°
CMYK 0.930.000.08   0.21
XYZ30.058645.837253.1622
Yxy45.83720.23290.3552
Hunter Lab67.7032-39.23080.8363
CIE-Lab73.4398-44.8623-3.2803

#0ecab9 color RGB value is (14,202,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001010 10111001
Octal 16 312 271
Decimal 14 202 185
Hex E CA B9

RGB Percentages of Color #0ecab9

%3.49
%50.37
%46.13

CMYK Percentages of Color #0ecab9

%93
%0
%8
%21

Triadic Colors of #0ecab9

#0ecab9 #b90eca #cab90e

Analogous Colors of #0ecab9

#0ecab9 #0e7dca #0eca5b

Monochromatic Colors of #0ecab9

#0ecab9

Complementary Color

#0ecab9 #ca0e1f

#0ecab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecab9 Color CSS Codes

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

#0ecab9 Text Font Color

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

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


#0ecab9 Background Color

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

This div background color is #0ecab9


#0ecab9 Border Color

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

This div border color is #0ecab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecab9


Comments

No comments written yet.

Please login to write comment.