Color Hex Logo

#098699 Color Hex

#098699
(9,134,153)
0 Favorites   0 Comments

Color spaces of #098699

RGB 9134153
HSL0.520.890.32
HSV188°94°60°
CMYK 0.940.120.00   0.40
XYZ14.387519.408233.1248
Yxy19.40820.21500.2900
Hunter Lab44.0547-18.8008-13.7419
CIE-Lab51.1614-23.0163-18.7165

#098699 color RGB value is (9,134,153).

#098699 hex color red value is 9, green value is 134 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #098699 hue: 0.52 , saturation: 0.89 and the lightness value of 098699 is 0.32.

The process color (four color CMYK) of #098699 color hex is 0.94, 0.12, 0.00, 0.40. Web safe color of #098699 is #009999. Color #098699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000110 10011001
Octal 11 206 231
Decimal 9 134 153
Hex 9 86 99

RGB Percentages of Color #098699

%3.04
%45.27
%51.69

CMYK Percentages of Color #098699

%94
%12
%0
%40

Triadic Colors of #098699

#098699 #990986 #869909

Analogous Colors of #098699

#098699 #093e99 #099964

Monochromatic Colors of #098699

#098699

Complementary Color

#098699 #991c09

#098699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098699 Color CSS Codes

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

#098699 Text Font Color

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

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


#098699 Background Color

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

This div background color is #098699


#098699 Border Color

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

This div border color is #098699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098699


Comments

No comments written yet.

Please login to write comment.