Color Hex Logo

#0ecebc Color Hex

#0ECEBC
(14,206,188)
0 Favorites   0 Comments

Color spaces of #0ecebc

RGB 14206188
HSL0.480.870.43
HSV174°93°81°
CMYK 0.930.000.09   0.19
XYZ31.329547.866855.1649
Yxy47.86680.23320.3563
Hunter Lab69.1858-40.24491.1556
CIE-Lab74.7408-45.7354-2.9904

#0ecebc color RGB value is (14,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10111100
Octal 16 316 274
Decimal 14 206 188
Hex E CE BC

RGB Percentages of Color #0ecebc

%3.43
%50.49
%46.08

CMYK Percentages of Color #0ecebc

%93
%0
%9
%19

Triadic Colors of #0ecebc

#0ecebc #bc0ece #cebc0e

Analogous Colors of #0ecebc

#0ecebc #0e80ce #0ece5c

Monochromatic Colors of #0ecebc

#0ecebc

Complementary Color

#0ecebc #ce0e20

#0ecebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecebc Color CSS Codes

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

#0ecebc Text Font Color

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

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


#0ecebc Background Color

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

This div background color is #0ecebc


#0ecebc Border Color

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

This div border color is #0ecebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,206,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 #0ecebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecebc


Comments

No comments written yet.

Please login to write comment.