Color Hex Logo

#085360 Color Hex

#085360
(8,83,96)
1 Favorites   0 Comments

Color spaces of #085360

RGB 88396
HSL0.520.850.20
HSV189°92°38°
CMYK 0.920.140.00   0.62
XYZ5.30477.082712.1538
Yxy7.08270.21620.2886
Hunter Lab26.6133-10.9939-8.4473
CIE-Lab31.9944-15.7945-13.5482

#085360 color RGB value is (8,83,96).

#085360 hex color red value is 8, green value is 83 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #085360 hue: 0.52 , saturation: 0.85 and the lightness value of 085360 is 0.20.

The process color (four color CMYK) of #085360 color hex is 0.92, 0.14, 0.00, 0.62. Web safe color of #085360 is #006666. Color #085360 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010011 01100000
Octal 10 123 140
Decimal 8 83 96
Hex 8 53 60

RGB Percentages of Color #085360

%4.28
%44.39
%51.34

CMYK Percentages of Color #085360

%92
%14
%0
%62

Triadic Colors of #085360

#085360 #600853 #536008

Analogous Colors of #085360

#085360 #082760 #086041

Monochromatic Colors of #085360

#085360

Complementary Color

#085360 #601508

#085360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085360 Color CSS Codes

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

#085360 Text Font Color

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

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


#085360 Background Color

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

This div background color is #085360


#085360 Border Color

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

This div border color is #085360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085360


Comments

No comments written yet.

Please login to write comment.