Color Hex Logo

#099694 Color Hex

#099694
(9,150,148)
0 Favorites   0 Comments

Color spaces of #099694

RGB 9150148
HSL0.500.890.31
HSV179°94°59°
CMYK 0.940.000.01   0.41
XYZ16.364324.008931.7887
Yxy24.00890.22680.3327
Hunter Lab48.9989-26.1339-4.1660
CIE-Lab56.0967-32.6049-8.3739

#099694 color RGB value is (9,150,148).

#099694 hex color red value is 9, green value is 150 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #099694 hue: 0.50 , saturation: 0.89 and the lightness value of 099694 is 0.31.

The process color (four color CMYK) of #099694 color hex is 0.94, 0.00, 0.01, 0.41. Web safe color of #099694 is #009999. Color #099694 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010110 10010100
Octal 11 226 224
Decimal 9 150 148
Hex 9 96 94

RGB Percentages of Color #099694

%2.93
%48.86
%48.21

CMYK Percentages of Color #099694

%94
%0
%1
%41

Triadic Colors of #099694

#099694 #940996 #969409

Analogous Colors of #099694

#099694 #095196 #09964e

Monochromatic Colors of #099694

#099694

Complementary Color

#099694 #96090b

#099694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099694 Color CSS Codes

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

#099694 Text Font Color

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

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


#099694 Background Color

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

This div background color is #099694


#099694 Border Color

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

This div border color is #099694


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,150,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099694; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099694;
  -webkit-box-shadow: 1px 1px 3px 2px #099694;
  box-shadow:         1px 1px 3px 2px #099694; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099694


Comments

No comments written yet.

Please login to write comment.