Color Hex Logo

#085150 Color Hex

#085150
(8,81,80)
0 Favorites   0 Comments

Color spaces of #085150

RGB 88180
HSL0.500.820.17
HSV179°90°32°
CMYK 0.900.000.01   0.68
XYZ4.49056.51578.6104
Yxy6.51570.22890.3322
Hunter Lab25.5259-13.2686-2.1316
CIE-Lab30.6779-20.4437-5.3663

#085150 color RGB value is (8,81,80).

#085150 hex color red value is 8, green value is 81 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #085150 hue: 0.50 , saturation: 0.82 and the lightness value of 085150 is 0.17.

The process color (four color CMYK) of #085150 color hex is 0.90, 0.00, 0.01, 0.68. Web safe color of #085150 is #006666. Color #085150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010001 01010000
Octal 10 121 120
Decimal 8 81 80
Hex 8 51 50

RGB Percentages of Color #085150

%4.73
%47.93
%47.34

CMYK Percentages of Color #085150

%90
%0
%1
%68

Triadic Colors of #085150

#085150 #500851 #515008

Analogous Colors of #085150

#085150 #082e51 #08512c

Monochromatic Colors of #085150

#085150

Complementary Color

#085150 #510809

#085150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085150 Color CSS Codes

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

#085150 Text Font Color

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

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


#085150 Background Color

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

This div background color is #085150


#085150 Border Color

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

This div border color is #085150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085150


Comments

No comments written yet.

Please login to write comment.