Color Hex Logo

#0ebfda Color Hex

#0EBFDA
(14,191,218)
0 Favorites   0 Comments

Color spaces of #0ebfda

RGB 14191218
HSL0.520.880.45
HSV188°94°85°
CMYK 0.940.120.00   0.15
XYZ31.466842.416972.8585
Yxy42.41690.21440.2891
Hunter Lab65.1283-27.7320-20.7375
CIE-Lab71.1574-29.7858-24.6609

#0ebfda color RGB value is (14,191,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11011010
Octal 16 277 332
Decimal 14 191 218
Hex E BF DA

RGB Percentages of Color #0ebfda

%3.31
%45.15
%51.54

CMYK Percentages of Color #0ebfda

%94
%12
%0
%15

Triadic Colors of #0ebfda

#0ebfda #da0ebf #bfda0e

Analogous Colors of #0ebfda

#0ebfda #0e59da #0eda8f

Monochromatic Colors of #0ebfda

#0ebfda

Complementary Color

#0ebfda #da290e

#0ebfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfda Color CSS Codes

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

#0ebfda Text Font Color

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

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


#0ebfda Background Color

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

This div background color is #0ebfda


#0ebfda Border Color

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

This div border color is #0ebfda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,191,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 #0ebfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfda


Comments

No comments written yet.

Please login to write comment.