Color Hex Logo

#089984 Color Hex

#089984
(8,153,132)
0 Favorites   0 Comments

Color spaces of #089984

RGB 8153132
HSL0.480.900.32
HSV171°95°60°
CMYK 0.950.000.14   0.40
XYZ15.656224.500025.7336
Yxy24.50000.23760.3718
Hunter Lab49.4975-30.16053.8235
CIE-Lab56.5850-38.78081.4919

#089984 color RGB value is (8,153,132).

#089984 hex color red value is 8, green value is 153 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #089984 hue: 0.48 , saturation: 0.90 and the lightness value of 089984 is 0.32.

The process color (four color CMYK) of #089984 color hex is 0.95, 0.00, 0.14, 0.40. Web safe color of #089984 is #009999. Color #089984 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011001 10000100
Octal 10 231 204
Decimal 8 153 132
Hex 8 99 84

RGB Percentages of Color #089984

%2.73
%52.22
%45.05

CMYK Percentages of Color #089984

%95
%0
%14
%40

Triadic Colors of #089984

#089984 #840899 #998408

Analogous Colors of #089984

#089984 #086699 #08993c

Monochromatic Colors of #089984

#089984

Complementary Color

#089984 #99081d

#089984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089984 Color CSS Codes

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

#089984 Text Font Color

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

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


#089984 Background Color

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

This div background color is #089984


#089984 Border Color

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

This div border color is #089984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089984


Comments

No comments written yet.

Please login to write comment.