Color Hex Logo

#0e908e Color Hex

#0E908E
(14,144,142)
0 Favorites   0 Comments

Color spaces of #0e908e

RGB 14144142
HSL0.500.820.31
HSV179°90°56°
CMYK 0.900.000.01   0.44
XYZ15.036821.992929.0437
Yxy21.99290.22760.3329
Hunter Lab46.8966-24.8353-3.8915
CIE-Lab54.0195-31.3859-8.0209

#0e908e color RGB value is (14,144,142).

#0e908e hex color red value is 14, green value is 144 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #0e908e hue: 0.50 , saturation: 0.82 and the lightness value of 0e908e is 0.31.

The process color (four color CMYK) of #0e908e color hex is 0.90, 0.00, 0.01, 0.44. Web safe color of #0e908e is #009999. Color #0e908e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10010000 10001110
Octal 16 220 216
Decimal 14 144 142
Hex E 90 8E

RGB Percentages of Color #0e908e

%4.67
%48.00
%47.33

CMYK Percentages of Color #0e908e

%90
%0
%1
%44

Triadic Colors of #0e908e

#0e908e #8e0e90 #908e0e

Analogous Colors of #0e908e

#0e908e #0e5190 #0e904d

Monochromatic Colors of #0e908e

#0e908e

Complementary Color

#0e908e #900e10

#0e908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e908e Color CSS Codes

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

#0e908e Text Font Color

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

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


#0e908e Background Color

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

This div background color is #0e908e


#0e908e Border Color

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

This div border color is #0e908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e908e


Comments

No comments written yet.

Please login to write comment.