Color Hex Logo

#0ebcac Color Hex

#0EBCAC
(14,188,172)
0 Favorites   0 Comments

Color spaces of #0ebcac

RGB 14188172
HSL0.480.860.40
HSV174°93°74°
CMYK 0.930.000.09   0.26
XYZ25.610739.038445.2151
Yxy39.03840.23310.3553
Hunter Lab62.4807-36.17450.8304
CIE-Lab68.7791-42.4802-3.0414

#0ebcac color RGB value is (14,188,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 10101100
Octal 16 274 254
Decimal 14 188 172
Hex E BC AC

RGB Percentages of Color #0ebcac

%3.74
%50.27
%45.99

CMYK Percentages of Color #0ebcac

%93
%0
%9
%26

Triadic Colors of #0ebcac

#0ebcac #ac0ebc #bcac0e

Analogous Colors of #0ebcac

#0ebcac #0e75bc #0ebc55

Monochromatic Colors of #0ebcac

#0ebcac

Complementary Color

#0ebcac #bc0e1e

#0ebcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebcac Color CSS Codes

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

#0ebcac Text Font Color

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

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


#0ebcac Background Color

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

This div background color is #0ebcac


#0ebcac Border Color

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

This div border color is #0ebcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebcac


Comments

No comments written yet.

Please login to write comment.