Color Hex Logo

#08689f Color Hex

#08689F
(8,104,159)
0 Favorites   0 Comments

Color spaces of #08689f

RGB 8104159
HSL0.560.900.33
HSV202°95°62°
CMYK 0.950.350.00   0.38
XYZ11.308512.455534.6090
Yxy12.45550.19370.2134
Hunter Lab35.2924-4.5660-33.4373
CIE-Lab41.9311-3.7839-36.6105

#08689f color RGB value is (8,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 10011111
Octal 10 150 237
Decimal 8 104 159
Hex 8 68 9F

RGB Percentages of Color #08689f

%2.95
%38.38
%58.67

CMYK Percentages of Color #08689f

%95
%35
%0
%38

Triadic Colors of #08689f

#08689f #9f0868 #689f08

Analogous Colors of #08689f

#08689f #081c9f #089f8b

Monochromatic Colors of #08689f

#08689f

Complementary Color

#08689f #9f3f08

#08689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08689f Color CSS Codes

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

#08689f Text Font Color

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

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


#08689f Background Color

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

This div background color is #08689f


#08689f Border Color

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

This div border color is #08689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08689f


Comments

No comments written yet.

Please login to write comment.