Color Hex Logo

#089598 Color Hex

#089598
(8,149,152)
0 Favorites   0 Comments

Color spaces of #089598

RGB 8149152
HSL0.500.900.31
HSV181°95°60°
CMYK 0.950.020.00   0.40
XYZ16.515123.813533.4318
Yxy23.81350.22390.3228
Hunter Lab48.7991-24.9885-6.4597
CIE-Lab55.9006-30.9077-10.9598

#089598 color RGB value is (8,149,152).

#089598 hex color red value is 8, green value is 149 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #089598 hue: 0.50 , saturation: 0.90 and the lightness value of 089598 is 0.31.

The process color (four color CMYK) of #089598 color hex is 0.95, 0.02, 0.00, 0.40. Web safe color of #089598 is #009999. Color #089598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010101 10011000
Octal 10 225 230
Decimal 8 149 152
Hex 8 95 98

RGB Percentages of Color #089598

%2.59
%48.22
%49.19

CMYK Percentages of Color #089598

%95
%2
%0
%40

Triadic Colors of #089598

#089598 #980895 #959808

Analogous Colors of #089598

#089598 #084d98 #089853

Monochromatic Colors of #089598

#089598

Complementary Color

#089598 #980b08

#089598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089598 Color CSS Codes

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

#089598 Text Font Color

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

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


#089598 Background Color

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

This div background color is #089598


#089598 Border Color

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

This div border color is #089598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089598


Comments

No comments written yet.

Please login to write comment.