Color Hex Logo

#089398 Color Hex

#089398
(8,147,152)
0 Favorites   0 Comments

Color spaces of #089398

RGB 8147152
HSL0.510.900.31
HSV182°95°60°
CMYK 0.950.030.00   0.40
XYZ16.201423.186133.3272
Yxy23.18610.22280.3189
Hunter Lab48.1519-24.2071-7.3298
CIE-Lab55.2635-29.9396-11.9173

#089398 color RGB value is (8,147,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010011 10011000
Octal 10 223 230
Decimal 8 147 152
Hex 8 93 98

RGB Percentages of Color #089398

%2.61
%47.88
%49.51

CMYK Percentages of Color #089398

%95
%3
%0
%40

Triadic Colors of #089398

#089398 #980893 #939808

Analogous Colors of #089398

#089398 #084b98 #089855

Monochromatic Colors of #089398

#089398

Complementary Color

#089398 #980d08

#089398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089398 Color CSS Codes

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

#089398 Text Font Color

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

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


#089398 Background Color

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

This div background color is #089398


#089398 Border Color

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

This div border color is #089398


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,147,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 #089398">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089398


Comments

No comments written yet.

Please login to write comment.