Color Hex Logo

#087051 Color Hex

#087051
(8,112,81)
0 Favorites   0 Comments

Color spaces of #087051

RGB 811281
HSL0.450.870.24
HSV162°93°44°
CMYK 0.930.000.28   0.56
XYZ7.379512.23409.7570
Yxy12.23400.25130.4165
Hunter Lab34.9771-23.54997.9448
CIE-Lab41.5856-34.90979.7871

#087051 color RGB value is (8,112,81).

#087051 hex color red value is 8, green value is 112 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #087051 hue: 0.45 , saturation: 0.87 and the lightness value of 087051 is 0.24.

The process color (four color CMYK) of #087051 color hex is 0.93, 0.00, 0.28, 0.56. Web safe color of #087051 is #006666. Color #087051 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110000 01010001
Octal 10 160 121
Decimal 8 112 81
Hex 8 70 51

RGB Percentages of Color #087051

%3.98
%55.72
%40.30

CMYK Percentages of Color #087051

%93
%0
%28
%56

Triadic Colors of #087051

#087051 #510870 #705108

Analogous Colors of #087051

#087051 #085b70 #08701d

Monochromatic Colors of #087051

#087051

Complementary Color

#087051 #700827

#087051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087051 Color CSS Codes

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

#087051 Text Font Color

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

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


#087051 Background Color

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

This div background color is #087051


#087051 Border Color

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

This div border color is #087051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087051


Comments

No comments written yet.

Please login to write comment.