Color Hex Logo

#085469 Color Hex

#085469
(8,84,105)
0 Favorites   0 Comments

Color spaces of #085469

RGB 884105
HSL0.540.860.22
HSV193°92°41°
CMYK 0.920.200.00   0.59
XYZ5.82037.412214.4885
Yxy7.41220.21000.2674
Hunter Lab27.2254-9.4842-12.4946
CIE-Lab32.7275-12.9537-18.0931

#085469 color RGB value is (8,84,105).

#085469 hex color red value is 8, green value is 84 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #085469 hue: 0.54 , saturation: 0.86 and the lightness value of 085469 is 0.22.

The process color (four color CMYK) of #085469 color hex is 0.92, 0.20, 0.00, 0.59. Web safe color of #085469 is #006666. Color #085469 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010100 01101001
Octal 10 124 151
Decimal 8 84 105
Hex 8 54 69

RGB Percentages of Color #085469

%4.06
%42.64
%53.30

CMYK Percentages of Color #085469

%92
%20
%0
%59

Triadic Colors of #085469

#085469 #690854 #546908

Analogous Colors of #085469

#085469 #082469 #08694e

Monochromatic Colors of #085469

#085469

Complementary Color

#085469 #691d08

#085469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085469 Color CSS Codes

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

#085469 Text Font Color

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

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


#085469 Background Color

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

This div background color is #085469


#085469 Border Color

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

This div border color is #085469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085469


Comments

No comments written yet.

Please login to write comment.