Color Hex Logo

#0eccbe Color Hex

#0ECCBE
(14,204,190)
0 Favorites   0 Comments

Color spaces of #0eccbe

RGB 14204190
HSL0.490.870.43
HSV176°93°80°
CMYK 0.930.000.07   0.20
XYZ31.068246.996856.1490
Yxy46.99680.23150.3502
Hunter Lab68.5542-39.0752-0.5732
CIE-Lab74.1877-44.3142-4.8866

#0eccbe color RGB value is (14,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001100 10111110
Octal 16 314 276
Decimal 14 204 190
Hex E CC BE

RGB Percentages of Color #0eccbe

%3.43
%50.00
%46.57

CMYK Percentages of Color #0eccbe

%93
%0
%7
%20

Triadic Colors of #0eccbe

#0eccbe #be0ecc #ccbe0e

Analogous Colors of #0eccbe

#0eccbe #0e7bcc #0ecc5f

Monochromatic Colors of #0eccbe

#0eccbe

Complementary Color

#0eccbe #cc0e1c

#0eccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eccbe Color CSS Codes

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

#0eccbe Text Font Color

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

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


#0eccbe Background Color

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

This div background color is #0eccbe


#0eccbe Border Color

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

This div border color is #0eccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eccbe


Comments

No comments written yet.

Please login to write comment.