Color Hex Logo

#00880d Color Hex

#00880D
(0,136,13)
0 Favorites   0 Comments

Color spaces of #00880d

RGB 013613
HSL0.351.000.27
HSV126°100°53°
CMYK 1.000.000.90   0.47
XYZ8.876817.63743.3173
Yxy17.63740.29760.5912
Hunter Lab41.9969-35.765424.7146
CIE-Lab49.0533-53.550249.6957

#00880d color RGB value is (0,136,13).

#00880d hex color red value is 0, green value is 136 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #00880d hue: 0.35 , saturation: 1.00 and the lightness value of 00880d is 0.27.

The process color (four color CMYK) of #00880d color hex is 1.00, 0.00, 0.90, 0.47. Web safe color of #00880d is #009900. Color #00880d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001000 00001101
Octal 0 210 15
Decimal 0 136 13
Hex 0 88 D

RGB Percentages of Color #00880d

%0.00
%91.28
%8.72

CMYK Percentages of Color #00880d

%100
%0
%90
%47

Triadic Colors of #00880d

#00880d #0d0088 #880d00

Analogous Colors of #00880d

#00880d #008851 #378800

Monochromatic Colors of #00880d

#00880d

Complementary Color

#00880d #88007b

#00880d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00880d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00880d Color CSS Codes

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

#00880d Text Font Color

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

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


#00880d Background Color

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

This div background color is #00880d


#00880d Border Color

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

This div border color is #00880d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,136,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00880d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00880d;
  -webkit-box-shadow: 1px 1px 3px 2px #00880d;
  box-shadow:         1px 1px 3px 2px #00880d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,136,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00880d


Comments

No comments written yet.

Please login to write comment.