Color Hex Logo

#08556d Color Hex

#08556D
(8,85,109)
0 Favorites   0 Comments

Color spaces of #08556d

RGB 885109
HSL0.540.860.23
HSV194°93°43°
CMYK 0.930.220.00   0.57
XYZ6.10907.652715.6232
Yxy7.65270.20790.2604
Hunter Lab27.6635-8.9926-14.1201
CIE-Lab33.2489-11.9951-19.7930

#08556d color RGB value is (8,85,109).

#08556d hex color red value is 8, green value is 85 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #08556d hue: 0.54 , saturation: 0.86 and the lightness value of 08556d is 0.23.

The process color (four color CMYK) of #08556d color hex is 0.93, 0.22, 0.00, 0.57. Web safe color of #08556d is #006666. Color #08556d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010101 01101101
Octal 10 125 155
Decimal 8 85 109
Hex 8 55 6D

RGB Percentages of Color #08556d

%3.96
%42.08
%53.96

CMYK Percentages of Color #08556d

%93
%22
%0
%57

Triadic Colors of #08556d

#08556d #6d0855 #556d08

Analogous Colors of #08556d

#08556d #08236d #086d52

Monochromatic Colors of #08556d

#08556d

Complementary Color

#08556d #6d2008

#08556d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08556d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08556d Color CSS Codes

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

#08556d Text Font Color

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

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


#08556d Background Color

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

This div background color is #08556d


#08556d Border Color

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

This div border color is #08556d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08556d


Comments

No comments written yet.

Please login to write comment.