Color Hex Logo

#0ebccf Color Hex

#0EBCCF
(14,188,207)
0 Favorites   0 Comments

Color spaces of #0ebccf

RGB 14188207
HSL0.520.870.43
HSV186°93°81°
CMYK 0.930.090.00   0.19
XYZ29.426840.564865.3103
Yxy40.56480.21750.2998
Hunter Lab63.6905-28.9864-16.2145
CIE-Lab69.8699-31.8787-20.6181

#0ebccf color RGB value is (14,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 11001111
Octal 16 274 317
Decimal 14 188 207
Hex E BC CF

RGB Percentages of Color #0ebccf

%3.42
%45.97
%50.61

CMYK Percentages of Color #0ebccf

%93
%9
%0
%19

Triadic Colors of #0ebccf

#0ebccf #cf0ebc #bccf0e

Analogous Colors of #0ebccf

#0ebccf #0e5bcf #0ecf82

Monochromatic Colors of #0ebccf

#0ebccf

Complementary Color

#0ebccf #cf210e

#0ebccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebccf Color CSS Codes

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

#0ebccf Text Font Color

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

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


#0ebccf Background Color

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

This div background color is #0ebccf


#0ebccf Border Color

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

This div border color is #0ebccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebccf


Comments

No comments written yet.

Please login to write comment.