Color Hex Logo

#088613 Color Hex

#088613
(8,134,19)
0 Favorites   0 Comments

Color spaces of #088613

RGB 813419
HSL0.350.890.28
HSV125°94°53°
CMYK 0.940.000.86   0.47
XYZ8.742817.14883.4654
Yxy17.14880.29780.5841
Hunter Lab41.4111-34.784124.0262
CIE-Lab48.4470-52.083947.7342

#088613 color RGB value is (8,134,19).

#088613 hex color red value is 8, green value is 134 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #088613 hue: 0.35 , saturation: 0.89 and the lightness value of 088613 is 0.28.

The process color (four color CMYK) of #088613 color hex is 0.94, 0.00, 0.86, 0.47. Web safe color of #088613 is #009900. Color #088613 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000110 00010011
Octal 10 206 23
Decimal 8 134 19
Hex 8 86 13

RGB Percentages of Color #088613

%4.97
%83.23
%11.80

CMYK Percentages of Color #088613

%94
%0
%86
%47

Triadic Colors of #088613

#088613 #130886 #861308

Analogous Colors of #088613

#088613 #088652 #3c8608

Monochromatic Colors of #088613

#088613

Complementary Color

#088613 #86087b

#088613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#088613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#088613 Color CSS Codes

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

#088613 Text Font Color

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

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


#088613 Background Color

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

This div background color is #088613


#088613 Border Color

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

This div border color is #088613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #088613


Comments

No comments written yet.

Please login to write comment.