Color Hex Logo

#08689e Color Hex

#08689E
(8,104,158)
0 Favorites   0 Comments

Color spaces of #08689e

RGB 8104158
HSL0.560.900.33
HSV202°95°62°
CMYK 0.950.340.00   0.38
XYZ11.222012.420934.1538
Yxy12.42090.19420.2149
Hunter Lab35.2433-4.8387-32.7868
CIE-Lab41.8774-4.1811-36.1021

#08689e color RGB value is (8,104,158).

#08689e hex color red value is 8, green value is 104 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #08689e hue: 0.56 , saturation: 0.90 and the lightness value of 08689e is 0.33.

The process color (four color CMYK) of #08689e color hex is 0.95, 0.34, 0.00, 0.38. Web safe color of #08689e is #006699. Color #08689e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 10011110
Octal 10 150 236
Decimal 8 104 158
Hex 8 68 9E

RGB Percentages of Color #08689e

%2.96
%38.52
%58.52

CMYK Percentages of Color #08689e

%95
%34
%0
%38

Triadic Colors of #08689e

#08689e #9e0868 #689e08

Analogous Colors of #08689e

#08689e #081d9e #089e89

Monochromatic Colors of #08689e

#08689e

Complementary Color

#08689e #9e3e08

#08689e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08689e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08689e Color CSS Codes

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

#08689e Text Font Color

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

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


#08689e Background Color

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

This div background color is #08689e


#08689e Border Color

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

This div border color is #08689e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08689e


Comments

No comments written yet.

Please login to write comment.