Color Hex Logo

#0ebeda Color Hex

#0EBEDA
(14,190,218)
0 Favorites   0 Comments

Color spaces of #0ebeda

RGB 14190218
HSL0.520.880.45
HSV188°94°85°
CMYK 0.940.130.00   0.15
XYZ31.249441.982272.7860
Yxy41.98220.21400.2875
Hunter Lab64.7937-27.3000-21.2479
CIE-Lab70.8586-29.2964-25.1180

#0ebeda color RGB value is (14,190,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 11011010
Octal 16 276 332
Decimal 14 190 218
Hex E BE DA

RGB Percentages of Color #0ebeda

%3.32
%45.02
%51.66

CMYK Percentages of Color #0ebeda

%94
%13
%0
%15

Triadic Colors of #0ebeda

#0ebeda #da0ebe #beda0e

Analogous Colors of #0ebeda

#0ebeda #0e58da #0eda90

Monochromatic Colors of #0ebeda

#0ebeda

Complementary Color

#0ebeda #da2a0e

#0ebeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebeda Color CSS Codes

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

#0ebeda Text Font Color

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

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


#0ebeda Background Color

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

This div background color is #0ebeda


#0ebeda Border Color

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

This div border color is #0ebeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebeda


Comments

No comments written yet.

Please login to write comment.