Color Hex Logo

#098995 Color Hex

#098995
(9,137,149)
0 Favorites   0 Comments

Color spaces of #098995

RGB 9137149
HSL0.510.890.31
HSV185°94°58°
CMYK 0.940.080.00   0.42
XYZ14.483120.119331.5538
Yxy20.11930.21890.3041
Hunter Lab44.8545-20.8595-10.3105
CIE-Lab51.9718-25.9207-15.1582

#098995 color RGB value is (9,137,149).

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

The process color (four color CMYK) of #098995 color hex is 0.94, 0.08, 0.00, 0.42. Web safe color of #098995 is #009999. Color #098995 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001001 10010101
Octal 11 211 225
Decimal 9 137 149
Hex 9 89 95

RGB Percentages of Color #098995

%3.05
%46.44
%50.51

CMYK Percentages of Color #098995

%94
%8
%0
%42

Triadic Colors of #098995

#098995 #950989 #899509

Analogous Colors of #098995

#098995 #094395 #09955b

Monochromatic Colors of #098995

#098995

Complementary Color

#098995 #951509

#098995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098995 Color CSS Codes

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

#098995 Text Font Color

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

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


#098995 Background Color

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

This div background color is #098995


#098995 Border Color

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

This div border color is #098995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098995


Comments

No comments written yet.

Please login to write comment.