Color Hex Logo

#0edbea Color Hex

#0EDBEA
(14,219,234)
0 Favorites   0 Comments

Color spaces of #0edbea

RGB 14219234
HSL0.510.890.49
HSV184°94°92°
CMYK 0.940.060.00   0.08
XYZ40.363956.696986.6581
Yxy56.69690.21970.3086
Hunter Lab75.2973-36.0836-15.5275
CIE-Lab80.0088-38.0039-19.8121

#0edbea color RGB value is (14,219,234).

#0edbea hex color red value is 14, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0edbea hue: 0.51 , saturation: 0.89 and the lightness value of 0edbea is 0.49.

The process color (four color CMYK) of #0edbea color hex is 0.94, 0.06, 0.00, 0.08. Web safe color of #0edbea is #00ccff. Color #0edbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011011 11101010
Octal 16 333 352
Decimal 14 219 234
Hex E DB EA

RGB Percentages of Color #0edbea

%3.00
%46.90
%50.11

CMYK Percentages of Color #0edbea

%94
%6
%0
%8

Triadic Colors of #0edbea

#0edbea #ea0edb #dbea0e

Analogous Colors of #0edbea

#0edbea #0e6dea #0eea8b

Monochromatic Colors of #0edbea

#0edbea

Complementary Color

#0edbea #ea1d0e

#0edbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0edbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0edbea Color CSS Codes

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

#0edbea Text Font Color

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

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


#0edbea Background Color

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

This div background color is #0edbea


#0edbea Border Color

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

This div border color is #0edbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0edbea


Comments

No comments written yet.

Please login to write comment.