Color Hex Logo

#0ebfed Color Hex

#0EBFED
(14,191,237)
0 Favorites   0 Comments

Color spaces of #0ebfed

RGB 14191237
HSL0.530.890.49
HSV192°94°93°
CMYK 0.940.190.00   0.07
XYZ34.098043.469486.7140
Yxy43.46940.20760.2646
Hunter Lab65.9313-23.0642-31.8273
CIE-Lab71.8724-23.4836-33.8802

#0ebfed color RGB value is (14,191,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11101101
Octal 16 277 355
Decimal 14 191 237
Hex E BF ED

RGB Percentages of Color #0ebfed

%3.17
%43.21
%53.62

CMYK Percentages of Color #0ebfed

%94
%19
%0
%7

Triadic Colors of #0ebfed

#0ebfed #ed0ebf #bfed0e

Analogous Colors of #0ebfed

#0ebfed #0e50ed #0eedac

Monochromatic Colors of #0ebfed

#0ebfed

Complementary Color

#0ebfed #ed3c0e

#0ebfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfed Color CSS Codes

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

#0ebfed Text Font Color

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

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


#0ebfed Background Color

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

This div background color is #0ebfed


#0ebfed Border Color

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

This div border color is #0ebfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfed


Comments

No comments written yet.

Please login to write comment.