Color Hex Logo

#08550e Color Hex

#08550E
(8,85,14)
0 Favorites   0 Comments

Color spaces of #08550e

RGB 88514
HSL0.350.830.18
HSV125°91°33°
CMYK 0.910.000.84   0.67
XYZ3.42796.58031.5049
Yxy6.58030.29770.5715
Hunter Lab25.6521-21.038114.4782
CIE-Lab30.8317-36.664632.7475

#08550e color RGB value is (8,85,14).

#08550e hex color red value is 8, green value is 85 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #08550e hue: 0.35 , saturation: 0.83 and the lightness value of 08550e is 0.18.

The process color (four color CMYK) of #08550e color hex is 0.91, 0.00, 0.84, 0.67. Web safe color of #08550e is #006600. Color #08550e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010101 00001110
Octal 10 125 16
Decimal 8 85 14
Hex 8 55 E

RGB Percentages of Color #08550e

%7.48
%79.44
%13.08

CMYK Percentages of Color #08550e

%91
%0
%84
%67

Triadic Colors of #08550e

#08550e #0e0855 #550e08

Analogous Colors of #08550e

#08550e #085535 #295508

Monochromatic Colors of #08550e

#08550e

Complementary Color

#08550e #55084f

#08550e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08550e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08550e Color CSS Codes

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

#08550e Text Font Color

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

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


#08550e Background Color

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

This div background color is #08550e


#08550e Border Color

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

This div border color is #08550e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08550e


Comments

No comments written yet.

Please login to write comment.