Color Hex Logo

#008665 Color Hex

#008665
(0,134,101)
0 Favorites   0 Comments

Color spaces of #008665

RGB 0134101
HSL0.461.000.26
HSV165°100°53°
CMYK 1.000.000.25   0.47
XYZ10.874117.989815.2112
Yxy17.98980.24670.4082
Hunter Lab42.4144-28.46188.4267
CIE-Lab49.4837-39.52859.1268

#008665 color RGB value is (0,134,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10000110 01100101
Octal 0 206 145
Decimal 0 134 101
Hex 0 86 65

RGB Percentages of Color #008665

%0.00
%57.02
%42.98

CMYK Percentages of Color #008665

%100
%0
%25
%47

Triadic Colors of #008665

#008665 #650086 #866500

Analogous Colors of #008665

#008665 #006486 #008622

Monochromatic Colors of #008665

#008665

Complementary Color

#008665 #860021

#008665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008665 Color CSS Codes

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

#008665 Text Font Color

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

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


#008665 Background Color

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

This div background color is #008665


#008665 Border Color

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

This div border color is #008665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008665


Comments

No comments written yet.

Please login to write comment.