Color Hex Logo

#008679 Color Hex

#008679
(0,134,121)
0 Favorites   0 Comments

Color spaces of #008679

RGB 0134121
HSL0.481.000.26
HSV174°100°53°
CMYK 1.000.000.10   0.47
XYZ11.976318.430721.0154
Yxy18.43070.23290.3584
Hunter Lab42.9310-25.33371.0283
CIE-Lab50.0144-33.8772-1.7638

#008679 color RGB value is (0,134,121).

#008679 hex color red value is 0, green value is 134 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #008679 hue: 0.48 , saturation: 1.00 and the lightness value of 008679 is 0.26.

The process color (four color CMYK) of #008679 color hex is 1.00, 0.00, 0.10, 0.47. Web safe color of #008679 is #009966. Color #008679 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000110 01111001
Octal 0 206 171
Decimal 0 134 121
Hex 0 86 79

RGB Percentages of Color #008679

%0.00
%52.55
%47.45

CMYK Percentages of Color #008679

%100
%0
%10
%47

Triadic Colors of #008679

#008679 #790086 #867900

Analogous Colors of #008679

#008679 #005086 #008636

Monochromatic Colors of #008679

#008679

Complementary Color

#008679 #86000d

#008679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008679 Color CSS Codes

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

#008679 Text Font Color

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

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


#008679 Background Color

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

This div background color is #008679


#008679 Border Color

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

This div border color is #008679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008679


Comments

No comments written yet.

Please login to write comment.