Color Hex Logo

#0eb9ae Color Hex

#0EB9AE
(14,185,174)
0 Favorites   0 Comments

Color spaces of #0eb9ae

RGB 14185174
HSL0.490.860.39
HSV176°92°73°
CMYK 0.920.000.06   0.27
XYZ25.170037.847346.0231
Yxy37.84730.23080.3471
Hunter Lab61.5202-34.6298-1.2906
CIE-Lab67.9079-40.5884-5.4270

#0eb9ae color RGB value is (14,185,174).

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

The process color (four color CMYK) of #0eb9ae color hex is 0.92, 0.00, 0.06, 0.27. Web safe color of #0eb9ae is #00cc99. Color #0eb9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10111001 10101110
Octal 16 271 256
Decimal 14 185 174
Hex E B9 AE

RGB Percentages of Color #0eb9ae

%3.75
%49.60
%46.65

CMYK Percentages of Color #0eb9ae

%92
%0
%6
%27

Triadic Colors of #0eb9ae

#0eb9ae #ae0eb9 #b9ae0e

Analogous Colors of #0eb9ae

#0eb9ae #0e6fb9 #0eb959

Monochromatic Colors of #0eb9ae

#0eb9ae

Complementary Color

#0eb9ae #b90e19

#0eb9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb9ae Color CSS Codes

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

#0eb9ae Text Font Color

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

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


#0eb9ae Background Color

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

This div background color is #0eb9ae


#0eb9ae Border Color

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

This div border color is #0eb9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb9ae


Comments

No comments written yet.

Please login to write comment.