Color Hex Logo

#09959e Color Hex

#09959E
(9,149,158)
0 Favorites   0 Comments

Color spaces of #09959e

RGB 9149158
HSL0.510.890.33
HSV184°94°62°
CMYK 0.940.060.00   0.38
XYZ17.031724.021636.0867
Yxy24.02160.22080.3114
Hunter Lab49.0118-23.7416-9.3461
CIE-Lab56.1094-28.9285-14.0807

#09959e color RGB value is (9,149,158).

#09959e hex color red value is 9, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #09959e hue: 0.51 , saturation: 0.89 and the lightness value of 09959e is 0.33.

The process color (four color CMYK) of #09959e color hex is 0.94, 0.06, 0.00, 0.38. Web safe color of #09959e is #009999. Color #09959e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010101 10011110
Octal 11 225 236
Decimal 9 149 158
Hex 9 95 9E

RGB Percentages of Color #09959e

%2.85
%47.15
%50.00

CMYK Percentages of Color #09959e

%94
%6
%0
%38

Triadic Colors of #09959e

#09959e #9e0995 #959e09

Analogous Colors of #09959e

#09959e #094a9e #099e5d

Monochromatic Colors of #09959e

#09959e

Complementary Color

#09959e #9e1209

#09959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09959e Color CSS Codes

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

#09959e Text Font Color

<p style="color:#09959e">Text here</p>

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


#09959e Background Color

<div style="background-color:#09959e">
Div content here</div>

This div background color is #09959e


#09959e Border Color

<div style="border:3px solid #09959e">
Div here</div>

This div border color is #09959e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,149,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09959e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09959e;
  -webkit-box-shadow: 1px 1px 3px 2px #09959e;
  box-shadow:         1px 1px 3px 2px #09959e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,149,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09959e


Comments

No comments written yet.

Please login to write comment.