Color Hex Logo

#0ecebe Color Hex

#0ECEBE
(14,206,190)
0 Favorites   0 Comments

Color spaces of #0ecebe

RGB 14206190
HSL0.490.870.43
HSV175°93°81°
CMYK 0.930.000.08   0.19
XYZ31.546747.953756.3085
Yxy47.95370.23230.3531
Hunter Lab69.2486-39.86810.2632
CIE-Lab74.7957-45.1756-3.9900

#0ecebe color RGB value is (14,206,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 11001110 10111110
Octal 16 316 276
Decimal 14 206 190
Hex E CE BE

RGB Percentages of Color #0ecebe

%3.41
%50.24
%46.34

CMYK Percentages of Color #0ecebe

%93
%0
%8
%19

Triadic Colors of #0ecebe

#0ecebe #be0ece #cebe0e

Analogous Colors of #0ecebe

#0ecebe #0e7ece #0ece5e

Monochromatic Colors of #0ecebe

#0ecebe

Complementary Color

#0ecebe #ce0e1e

#0ecebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ecebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ecebe Color CSS Codes

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

#0ecebe Text Font Color

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

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


#0ecebe Background Color

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

This div background color is #0ecebe


#0ecebe Border Color

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

This div border color is #0ecebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ecebe


Comments

No comments written yet.

Please login to write comment.