Color Hex Logo

#089883 Color Hex

#089883
(8,152,131)
0 Favorites   0 Comments

Color spaces of #089883

RGB 8152131
HSL0.480.900.31
HSV171°95°60°
CMYK 0.950.000.14   0.40
XYZ15.425124.146825.3205
Yxy24.14680.23770.3721
Hunter Lab49.1394-29.96193.8467
CIE-Lab56.2345-38.62531.5529

#089883 color RGB value is (8,152,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011000 10000011
Octal 10 230 203
Decimal 8 152 131
Hex 8 98 83

RGB Percentages of Color #089883

%2.75
%52.23
%45.02

CMYK Percentages of Color #089883

%95
%0
%14
%40

Triadic Colors of #089883

#089883 #830898 #988308

Analogous Colors of #089883

#089883 #086598 #08983b

Monochromatic Colors of #089883

#089883

Complementary Color

#089883 #98081d

#089883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089883 Color CSS Codes

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

#089883 Text Font Color

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

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


#089883 Background Color

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

This div background color is #089883


#089883 Border Color

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

This div border color is #089883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089883


Comments

No comments written yet.

Please login to write comment.