Color Hex Logo

#0ebacf Color Hex

#0EBACF
(14,186,207)
0 Favorites   0 Comments

Color spaces of #0ebacf

RGB 14186207
HSL0.520.870.43
HSV187°93°81°
CMYK 0.930.100.00   0.19
XYZ29.002539.716265.1689
Yxy39.71620.21660.2966
Hunter Lab63.0208-28.1397-17.1964
CIE-Lab69.2669-30.9131-21.5360

#0ebacf color RGB value is (14,186,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111010 11001111
Octal 16 272 317
Decimal 14 186 207
Hex E BA CF

RGB Percentages of Color #0ebacf

%3.44
%45.70
%50.86

CMYK Percentages of Color #0ebacf

%93
%10
%0
%19

Triadic Colors of #0ebacf

#0ebacf #cf0eba #bacf0e

Analogous Colors of #0ebacf

#0ebacf #0e5acf #0ecf84

Monochromatic Colors of #0ebacf

#0ebacf

Complementary Color

#0ebacf #cf230e

#0ebacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebacf Color CSS Codes

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

#0ebacf Text Font Color

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

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


#0ebacf Background Color

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

This div background color is #0ebacf


#0ebacf Border Color

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

This div border color is #0ebacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebacf


Comments

No comments written yet.

Please login to write comment.