Color Hex Logo

#0ebdcc Color Hex

#0EBDCC
(14,189,204)
0 Favorites   0 Comments

Color spaces of #0ebdcc

RGB 14189204
HSL0.510.870.43
HSV185°93°80°
CMYK 0.930.070.00   0.20
XYZ29.277840.848263.4681
Yxy40.84820.21920.3058
Hunter Lab63.9126-30.0778-14.1388
CIE-Lab70.0694-33.3105-18.6731

#0ebdcc color RGB value is (14,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111101 11001100
Octal 16 275 314
Decimal 14 189 204
Hex E BD CC

RGB Percentages of Color #0ebdcc

%3.44
%46.44
%50.12

CMYK Percentages of Color #0ebdcc

%93
%7
%0
%20

Triadic Colors of #0ebdcc

#0ebdcc #cc0ebd #bdcc0e

Analogous Colors of #0ebdcc

#0ebdcc #0e5ecc #0ecc7c

Monochromatic Colors of #0ebdcc

#0ebdcc

Complementary Color

#0ebdcc #cc1d0e

#0ebdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebdcc Color CSS Codes

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

#0ebdcc Text Font Color

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

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


#0ebdcc Background Color

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

This div background color is #0ebdcc


#0ebdcc Border Color

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

This div border color is #0ebdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebdcc


Comments

No comments written yet.

Please login to write comment.