Color Hex Logo

#0ebede Color Hex

#0EBEDE
(14,190,222)
0 Favorites   0 Comments

Color spaces of #0ebede

RGB 14190222
HSL0.530.880.46
HSV189°94°87°
CMYK 0.940.140.00   0.13
XYZ31.779442.194275.5766
Yxy42.19420.21250.2821
Hunter Lab64.9571-26.3461-23.5131
CIE-Lab71.0046-27.9855-27.0732

#0ebede color RGB value is (14,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 11011110
Octal 16 276 336
Decimal 14 190 222
Hex E BE DE

RGB Percentages of Color #0ebede

%3.29
%44.60
%52.11

CMYK Percentages of Color #0ebede

%94
%14
%0
%13

Triadic Colors of #0ebede

#0ebede #de0ebe #bede0e

Analogous Colors of #0ebede

#0ebede #0e56de #0ede96

Monochromatic Colors of #0ebede

#0ebede

Complementary Color

#0ebede #de2e0e

#0ebede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebede Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebede Color CSS Codes

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

#0ebede Text Font Color

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

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


#0ebede Background Color

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

This div background color is #0ebede


#0ebede Border Color

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

This div border color is #0ebede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebede


Comments

No comments written yet.

Please login to write comment.