Color Hex Logo

#0e968a Color Hex

#0E968A
(14,150,138)
0 Favorites   0 Comments

Color spaces of #0e968a

RGB 14150138
HSL0.490.830.32
HSV175°91°59°
CMYK 0.910.000.08   0.41
XYZ15.674923.741027.8011
Yxy23.74100.23320.3532
Hunter Lab48.7247-27.84430.2779
CIE-Lab55.8275-35.4069-3.0406

#0e968a color RGB value is (14,150,138).

#0e968a hex color red value is 14, green value is 150 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #0e968a hue: 0.49 , saturation: 0.83 and the lightness value of 0e968a is 0.32.

The process color (four color CMYK) of #0e968a color hex is 0.91, 0.00, 0.08, 0.41. Web safe color of #0e968a is #009999. Color #0e968a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10010110 10001010
Octal 16 226 212
Decimal 14 150 138
Hex E 96 8A

RGB Percentages of Color #0e968a

%4.64
%49.67
%45.70

CMYK Percentages of Color #0e968a

%91
%0
%8
%41

Triadic Colors of #0e968a

#0e968a #8a0e96 #968a0e

Analogous Colors of #0e968a

#0e968a #0e5e96 #0e9646

Monochromatic Colors of #0e968a

#0e968a

Complementary Color

#0e968a #960e1a

#0e968a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e968a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e968a Color CSS Codes

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

#0e968a Text Font Color

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

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


#0e968a Background Color

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

This div background color is #0e968a


#0e968a Border Color

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

This div border color is #0e968a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e968a


Comments

No comments written yet.

Please login to write comment.