Color Hex Logo

#0ebfd0 Color Hex

#0EBFD0
(14,191,208)
0 Favorites   0 Comments

Color spaces of #0ebfd0

RGB 14191208
HSL0.510.870.44
HSV185°93°82°
CMYK 0.930.080.00   0.18
XYZ30.197141.909066.1722
Yxy41.90900.21840.3031
Hunter Lab64.7372-30.0275-15.2883
CIE-Lab70.8081-32.9966-19.7393

#0ebfd0 color RGB value is (14,191,208).

#0ebfd0 hex color red value is 14, green value is 191 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #0ebfd0 hue: 0.51 , saturation: 0.87 and the lightness value of 0ebfd0 is 0.44.

The process color (four color CMYK) of #0ebfd0 color hex is 0.93, 0.08, 0.00, 0.18. Web safe color of #0ebfd0 is #00cccc. Color #0ebfd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111111 11010000
Octal 16 277 320
Decimal 14 191 208
Hex E BF D0

RGB Percentages of Color #0ebfd0

%3.39
%46.25
%50.36

CMYK Percentages of Color #0ebfd0

%93
%8
%0
%18

Triadic Colors of #0ebfd0

#0ebfd0 #d00ebf #bfd00e

Analogous Colors of #0ebfd0

#0ebfd0 #0e5ed0 #0ed080

Monochromatic Colors of #0ebfd0

#0ebfd0

Complementary Color

#0ebfd0 #d01f0e

#0ebfd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebfd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebfd0 Color CSS Codes

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

#0ebfd0 Text Font Color

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

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


#0ebfd0 Background Color

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

This div background color is #0ebfd0


#0ebfd0 Border Color

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

This div border color is #0ebfd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebfd0


Comments

No comments written yet.

Please login to write comment.