Color Hex Logo

#0ebfec Color Hex

#0EBFEC
(14,191,236)
0 Favorites   0 Comments

Color spaces of #0ebfec

RGB 14191236
HSL0.530.890.49
HSV192°94°93°
CMYK 0.940.190.00   0.07
XYZ33.952243.411185.9466
Yxy43.41110.20790.2658
Hunter Lab65.8871-23.3198-31.2200
CIE-Lab71.8331-23.8213-33.3995

#0ebfec color RGB value is (14,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11101100
Octal 16 277 354
Decimal 14 191 236
Hex E BF EC

RGB Percentages of Color #0ebfec

%3.17
%43.31
%53.51

CMYK Percentages of Color #0ebfec

%94
%19
%0
%7

Triadic Colors of #0ebfec

#0ebfec #ec0ebf #bfec0e

Analogous Colors of #0ebfec

#0ebfec #0e50ec #0eecaa

Monochromatic Colors of #0ebfec

#0ebfec

Complementary Color

#0ebfec #ec3b0e

#0ebfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfec Color CSS Codes

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

#0ebfec Text Font Color

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

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


#0ebfec Background Color

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

This div background color is #0ebfec


#0ebfec Border Color

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

This div border color is #0ebfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfec


Comments

No comments written yet.

Please login to write comment.