Color Hex Logo

#07718e Color Hex

#07718E
(7,113,142)
0 Favorites   0 Comments

Color spaces of #07718e

RGB 7113142
HSL0.540.910.29
HSV193°95°56°
CMYK 0.950.200.00   0.44
XYZ10.875213.808427.6833
Yxy13.80840.20770.2637
Hunter Lab37.1597-12.7893-18.1583
CIE-Lab43.9569-15.6977-23.3278

#07718e color RGB value is (7,113,142).

#07718e hex color red value is 7, green value is 113 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #07718e hue: 0.54 , saturation: 0.91 and the lightness value of 07718e is 0.29.

The process color (four color CMYK) of #07718e color hex is 0.95, 0.20, 0.00, 0.44. Web safe color of #07718e is #006699. Color #07718e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 10001110
Octal 7 161 216
Decimal 7 113 142
Hex 7 71 8E

RGB Percentages of Color #07718e

%2.67
%43.13
%54.20

CMYK Percentages of Color #07718e

%95
%20
%0
%44

Triadic Colors of #07718e

#07718e #8e0771 #718e07

Analogous Colors of #07718e

#07718e #072e8e #078e68

Monochromatic Colors of #07718e

#07718e

Complementary Color

#07718e #8e2407

#07718e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07718e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07718e Color CSS Codes

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

#07718e Text Font Color

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

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


#07718e Background Color

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

This div background color is #07718e


#07718e Border Color

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

This div border color is #07718e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,113,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07718e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07718e;
  -webkit-box-shadow: 1px 1px 3px 2px #07718e;
  box-shadow:         1px 1px 3px 2px #07718e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07718e


Comments

No comments written yet.

Please login to write comment.