Color Hex Logo

#00870b Color Hex

#00870B
(0,135,11)
0 Favorites   0 Comments

Color spaces of #00870b

RGB 013511
HSL0.351.000.26
HSV125°100°53°
CMYK 1.000.000.92   0.47
XYZ8.724417.35213.2061
Yxy17.35210.29790.5926
Hunter Lab41.6559-35.512724.5958
CIE-Lab48.7007-53.335849.7936

#00870b color RGB value is (0,135,11).

#00870b hex color red value is 0, green value is 135 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #00870b hue: 0.35 , saturation: 1.00 and the lightness value of 00870b is 0.26.

The process color (four color CMYK) of #00870b color hex is 1.00, 0.00, 0.92, 0.47. Web safe color of #00870b is #009900. Color #00870b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000111 00001011
Octal 0 207 13
Decimal 0 135 11
Hex 0 87 B

RGB Percentages of Color #00870b

%0.00
%92.47
%7.53

CMYK Percentages of Color #00870b

%100
%0
%92
%47

Triadic Colors of #00870b

#00870b #0b0087 #870b00

Analogous Colors of #00870b

#00870b #00874f #388700

Monochromatic Colors of #00870b

#00870b

Complementary Color

#00870b #87007c

#00870b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00870b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00870b Color CSS Codes

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

#00870b Text Font Color

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

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


#00870b Background Color

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

This div background color is #00870b


#00870b Border Color

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

This div border color is #00870b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,135,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00870b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00870b;
  -webkit-box-shadow: 1px 1px 3px 2px #00870b;
  box-shadow:         1px 1px 3px 2px #00870b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00870b


Comments

No comments written yet.

Please login to write comment.