Color Hex Logo

#089480 Color Hex

#089480
(8,148,128)
0 Favorites   0 Comments

Color spaces of #089480

RGB 8148128
HSL0.480.900.31
HSV171°95°58°
CMYK 0.950.000.14   0.42
XYZ14.586322.789924.0522
Yxy22.78990.23750.3710
Hunter Lab47.7388-29.00323.5451
CIE-Lab54.8553-37.71651.2637

#089480 color RGB value is (8,148,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010100 10000000
Octal 10 224 200
Decimal 8 148 128
Hex 8 94 80

RGB Percentages of Color #089480

%2.82
%52.11
%45.07

CMYK Percentages of Color #089480

%95
%0
%14
%42

Triadic Colors of #089480

#089480 #800894 #948008

Analogous Colors of #089480

#089480 #086294 #08943a

Monochromatic Colors of #089480

#089480

Complementary Color

#089480 #94081c

#089480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089480 Color CSS Codes

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

#089480 Text Font Color

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

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


#089480 Background Color

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

This div background color is #089480


#089480 Border Color

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

This div border color is #089480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089480


Comments

No comments written yet.

Please login to write comment.