Color Hex Logo

#0ebeaf Color Hex

#0EBEAF
(14,190,175)
0 Favorites   0 Comments

Color spaces of #0ebeaf

RGB 14190175
HSL0.490.860.40
HSV175°93°75°
CMYK 0.930.000.08   0.25
XYZ26.332440.015446.8933
Yxy40.01540.23250.3534
Hunter Lab63.2577-36.39650.3284
CIE-Lab69.4805-42.4981-3.6557

#0ebeaf color RGB value is (14,190,175).

#0ebeaf hex color red value is 14, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0ebeaf hue: 0.49 , saturation: 0.86 and the lightness value of 0ebeaf is 0.40.

The process color (four color CMYK) of #0ebeaf color hex is 0.93, 0.00, 0.08, 0.25. Web safe color of #0ebeaf is #00cc99. Color #0ebeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111110 10101111
Octal 16 276 257
Decimal 14 190 175
Hex E BE AF

RGB Percentages of Color #0ebeaf

%3.69
%50.13
%46.17

CMYK Percentages of Color #0ebeaf

%93
%0
%8
%25

Triadic Colors of #0ebeaf

#0ebeaf #af0ebe #beaf0e

Analogous Colors of #0ebeaf

#0ebeaf #0e75be #0ebe57

Monochromatic Colors of #0ebeaf

#0ebeaf

Complementary Color

#0ebeaf #be0e1d

#0ebeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ebeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ebeaf Color CSS Codes

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

#0ebeaf Text Font Color

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

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


#0ebeaf Background Color

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

This div background color is #0ebeaf


#0ebeaf Border Color

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

This div border color is #0ebeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ebeaf


Comments

No comments written yet.

Please login to write comment.