Color Hex Logo

#087430 Color Hex

#087430
(8,116,48)
0 Favorites   0 Comments

Color spaces of #087430

RGB 811648
HSL0.400.870.24
HSV142°93°45°
CMYK 0.930.000.59   0.55
XYZ6.879012.75584.8959
Yxy12.75580.28040.5200
Hunter Lab35.7153-28.121416.8731
CIE-Lab42.3930-43.325229.5582

#087430 color RGB value is (8,116,48).

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

The process color (four color CMYK) of #087430 color hex is 0.93, 0.00, 0.59, 0.55. Web safe color of #087430 is #006633. Color #087430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01110100 00110000
Octal 10 164 60
Decimal 8 116 48
Hex 8 74 30

RGB Percentages of Color #087430

%4.65
%67.44
%27.91

CMYK Percentages of Color #087430

%93
%0
%59
%55

Triadic Colors of #087430

#087430 #300874 #743008

Analogous Colors of #087430

#087430 #087466 #167408

Monochromatic Colors of #087430

#087430

Complementary Color

#087430 #74084c

#087430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#087430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#087430 Color CSS Codes

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

#087430 Text Font Color

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

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


#087430 Background Color

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

This div background color is #087430


#087430 Border Color

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

This div border color is #087430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #087430


Comments

No comments written yet.

Please login to write comment.