Color Hex Logo

#00716f Color Hex

#00716F
(0,113,111)
0 Favorites   0 Comments

Color spaces of #00716f

RGB 0113111
HSL0.501.000.22
HSV179°100°44°
CMYK 1.000.000.02   0.56
XYZ8.774412.958017.0776
Yxy12.95800.22610.3339
Hunter Lab35.9972-19.4854-2.9300
CIE-Lab42.6999-27.0404-6.6513

#00716f color RGB value is (0,113,111).

#00716f hex color red value is 0, green value is 113 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #00716f hue: 0.50 , saturation: 1.00 and the lightness value of 00716f is 0.22.

The process color (four color CMYK) of #00716f color hex is 1.00, 0.00, 0.02, 0.56. Web safe color of #00716f is #006666. Color #00716f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 01101111
Octal 0 161 157
Decimal 0 113 111
Hex 0 71 6F

RGB Percentages of Color #00716f

%0.00
%50.45
%49.55

CMYK Percentages of Color #00716f

%100
%0
%2
%56

Triadic Colors of #00716f

#00716f #6f0071 #716f00

Analogous Colors of #00716f

#00716f #003b71 #007137

Monochromatic Colors of #00716f

#00716f

Complementary Color

#00716f #710002

#00716f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00716f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00716f Color CSS Codes

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

#00716f Text Font Color

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

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


#00716f Background Color

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

This div background color is #00716f


#00716f Border Color

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

This div border color is #00716f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,113,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00716f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00716f;
  -webkit-box-shadow: 1px 1px 3px 2px #00716f;
  box-shadow:         1px 1px 3px 2px #00716f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00716f


Comments

No comments written yet.

Please login to write comment.