Color Hex Logo

#0ebedc Color Hex

#0EBEDC
(14,190,220)
0 Favorites   0 Comments

Color spaces of #0ebedc

RGB 14190220
HSL0.520.880.46
HSV189°94°86°
CMYK 0.940.140.00   0.14
XYZ31.512842.087674.1730
Yxy42.08760.21330.2848
Hunter Lab64.8750-26.8254-22.3751
CIE-Lab70.9313-28.6426-26.0966

#0ebedc color RGB value is (14,190,220).

#0ebedc hex color red value is 14, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0ebedc hue: 0.52 , saturation: 0.88 and the lightness value of 0ebedc is 0.46.

The process color (four color CMYK) of #0ebedc color hex is 0.94, 0.14, 0.00, 0.14. Web safe color of #0ebedc is #00cccc. Color #0ebedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 11011100
Octal 16 276 334
Decimal 14 190 220
Hex E BE DC

RGB Percentages of Color #0ebedc

%3.30
%44.81
%51.89

CMYK Percentages of Color #0ebedc

%94
%14
%0
%14

Triadic Colors of #0ebedc

#0ebedc #dc0ebe #bedc0e

Analogous Colors of #0ebedc

#0ebedc #0e57dc #0edc93

Monochromatic Colors of #0ebedc

#0ebedc

Complementary Color

#0ebedc #dc2c0e

#0ebedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebedc Color CSS Codes

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

#0ebedc Text Font Color

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

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


#0ebedc Background Color

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

This div background color is #0ebedc


#0ebedc Border Color

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

This div border color is #0ebedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebedc


Comments

No comments written yet.

Please login to write comment.