Color Hex Logo

#00718f Color Hex

#00718F
(0,113,143)
1 Favorites   0 Comments

Color spaces of #00718f

RGB 0113143
HSL0.531.000.28
HSV193°100°56°
CMYK 1.000.210.00   0.44
XYZ10.863113.793428.0765
Yxy13.79340.20600.2616
Hunter Lab37.1395-12.7837-18.8241
CIE-Lab43.9352-15.6942-23.9623

#00718f color RGB value is (0,113,143).

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

The process color (four color CMYK) of #00718f color hex is 1.00, 0.21, 0.00, 0.44. Web safe color of #00718f is #006699. Color #00718f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110001 10001111
Octal 0 161 217
Decimal 0 113 143
Hex 0 71 8F

RGB Percentages of Color #00718f

%0.00
%44.14
%55.86

CMYK Percentages of Color #00718f

%100
%21
%0
%44

Triadic Colors of #00718f

#00718f #8f0071 #718f00

Analogous Colors of #00718f

#00718f #002a8f #008f66

Monochromatic Colors of #00718f

#00718f

Complementary Color

#00718f #8f1e00

#00718f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00718f Color Preview on White Background

Lorem ipsum dolor sit amet.

#00718f Color CSS Codes

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

#00718f Text Font Color

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

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


#00718f Background Color

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

This div background color is #00718f


#00718f Border Color

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

This div border color is #00718f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00718f


Comments

No comments written yet.

Please login to write comment.