Color Hex Logo

#08885a Color Hex

#08885A
(8,136,90)
0 Favorites   0 Comments

Color spaces of #08885a

RGB 813690
HSL0.440.890.28
HSV158°94°53°
CMYK 0.940.000.34   0.47
XYZ10.749818.398112.6575
Yxy18.39810.25710.4401
Hunter Lab42.8930-30.327312.5289
CIE-Lab49.9754-42.576316.1411

#08885a color RGB value is (8,136,90).

#08885a hex color red value is 8, green value is 136 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #08885a hue: 0.44 , saturation: 0.89 and the lightness value of 08885a is 0.28.

The process color (four color CMYK) of #08885a color hex is 0.94, 0.00, 0.34, 0.47. Web safe color of #08885a is #009966. Color #08885a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10001000 01011010
Octal 10 210 132
Decimal 8 136 90
Hex 8 88 5A

RGB Percentages of Color #08885a

%3.42
%58.12
%38.46

CMYK Percentages of Color #08885a

%94
%0
%34
%47

Triadic Colors of #08885a

#08885a #5a0888 #885a08

Analogous Colors of #08885a

#08885a #087688 #08881a

Monochromatic Colors of #08885a

#08885a

Complementary Color

#08885a #880836

#08885a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08885a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08885a Color CSS Codes

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

#08885a Text Font Color

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

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


#08885a Background Color

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

This div background color is #08885a


#08885a Border Color

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

This div border color is #08885a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,136,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08885a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08885a;
  -webkit-box-shadow: 1px 1px 3px 2px #08885a;
  box-shadow:         1px 1px 3px 2px #08885a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08885a


Comments

No comments written yet.

Please login to write comment.