Color Hex Logo

#098590 Color Hex

#098590
(9,133,144)
0 Favorites   0 Comments

Color spaces of #098590

RGB 9133144
HSL0.510.880.30
HSV185°94°56°
CMYK 0.940.080.00   0.44
XYZ13.534218.846829.3100
Yxy18.84680.21940.3055
Hunter Lab43.4129-20.3243-9.6403
CIE-Lab50.5075-25.5735-14.4683

#098590 color RGB value is (9,133,144).

#098590 hex color red value is 9, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #098590 hue: 0.51 , saturation: 0.88 and the lightness value of 098590 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000101 10010000
Octal 11 205 220
Decimal 9 133 144
Hex 9 85 90

RGB Percentages of Color #098590

%3.15
%46.50
%50.35

CMYK Percentages of Color #098590

%94
%8
%0
%44

Triadic Colors of #098590

#098590 #900985 #859009

Analogous Colors of #098590

#098590 #094290 #099057

Monochromatic Colors of #098590

#098590

Complementary Color

#098590 #901409

#098590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098590 Color CSS Codes

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

#098590 Text Font Color

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

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


#098590 Background Color

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

This div background color is #098590


#098590 Border Color

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

This div border color is #098590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098590


Comments

No comments written yet.

Please login to write comment.