Color Hex Logo

#08584e Color Hex

#08584E
(8,88,78)
0 Favorites   0 Comments

Color spaces of #08584e

RGB 88878
HSL0.480.830.19
HSV173°91°35°
CMYK 0.910.000.11   0.65
XYZ4.96507.58118.4093
Yxy7.58110.23690.3618
Hunter Lab27.5338-15.99631.1655
CIE-Lab33.0948-24.7064-0.5258

#08584e color RGB value is (8,88,78).

#08584e hex color red value is 8, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #08584e hue: 0.48 , saturation: 0.83 and the lightness value of 08584e is 0.19.

The process color (four color CMYK) of #08584e color hex is 0.91, 0.00, 0.11, 0.65. Web safe color of #08584e is #006666. Color #08584e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01011000 01001110
Octal 10 130 116
Decimal 8 88 78
Hex 8 58 4E

RGB Percentages of Color #08584e

%4.60
%50.57
%44.83

CMYK Percentages of Color #08584e

%91
%0
%11
%65

Triadic Colors of #08584e

#08584e #4e0858 #584e08

Analogous Colors of #08584e

#08584e #083a58 #085826

Monochromatic Colors of #08584e

#08584e

Complementary Color

#08584e #580812

#08584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08584e Color CSS Codes

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

#08584e Text Font Color

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

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


#08584e Background Color

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

This div background color is #08584e


#08584e Border Color

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

This div border color is #08584e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,88,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08584e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08584e;
  -webkit-box-shadow: 1px 1px 3px 2px #08584e;
  box-shadow:         1px 1px 3px 2px #08584e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08584e


Comments

No comments written yet.

Please login to write comment.