Color Hex Logo

#086898 Color Hex

#086898
(8,104,152)
0 Favorites   0 Comments

Color spaces of #086898

RGB 8104152
HSL0.560.900.31
HSV200°95°60°
CMYK 0.950.320.00   0.40
XYZ10.718012.219331.4994
Yxy12.21930.19690.2245
Hunter Lab34.9561-6.4428-28.9577
CIE-Lab41.5626-6.5526-33.0291

#086898 color RGB value is (8,104,152).

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

The process color (four color CMYK) of #086898 color hex is 0.95, 0.32, 0.00, 0.40. Web safe color of #086898 is #006699. Color #086898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01101000 10011000
Octal 10 150 230
Decimal 8 104 152
Hex 8 68 98

RGB Percentages of Color #086898

%3.03
%39.39
%57.58

CMYK Percentages of Color #086898

%95
%32
%0
%40

Triadic Colors of #086898

#086898 #980868 #689808

Analogous Colors of #086898

#086898 #082098 #089880

Monochromatic Colors of #086898

#086898

Complementary Color

#086898 #983808

#086898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#086898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#086898 Color CSS Codes

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

#086898 Text Font Color

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

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


#086898 Background Color

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

This div background color is #086898


#086898 Border Color

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

This div border color is #086898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #086898


Comments

No comments written yet.

Please login to write comment.