Color Hex Logo

#0ebccc Color Hex

#0EBCCC
(14,188,204)
0 Favorites   0 Comments

Color spaces of #0ebccc

RGB 14188204
HSL0.510.870.43
HSV185°93°80°
CMYK 0.930.080.00   0.20
XYZ29.063440.419463.3967
Yxy40.41940.21870.3042
Hunter Lab63.5763-29.6585-14.6192
CIE-Lab69.7672-32.8341-19.1315

#0ebccc color RGB value is (14,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111100 11001100
Octal 16 274 314
Decimal 14 188 204
Hex E BC CC

RGB Percentages of Color #0ebccc

%3.45
%46.31
%50.25

CMYK Percentages of Color #0ebccc

%93
%8
%0
%20

Triadic Colors of #0ebccc

#0ebccc #cc0ebc #bccc0e

Analogous Colors of #0ebccc

#0ebccc #0e5dcc #0ecc7d

Monochromatic Colors of #0ebccc

#0ebccc

Complementary Color

#0ebccc #cc1e0e

#0ebccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebccc Color CSS Codes

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

#0ebccc Text Font Color

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

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


#0ebccc Background Color

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

This div background color is #0ebccc


#0ebccc Border Color

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

This div border color is #0ebccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebccc


Comments

No comments written yet.

Please login to write comment.