Color Hex Logo

#07968d Color Hex

#07968D
(7,150,141)
0 Favorites   0 Comments

Color spaces of #07968d

RGB 7150141
HSL0.490.910.31
HSV176°95°59°
CMYK 0.950.000.06   0.41
XYZ15.801723.781028.9566
Yxy23.78100.23050.3470
Hunter Lab48.7658-27.5003-1.0697
CIE-Lab55.8679-34.8433-4.7052

#07968d color RGB value is (7,150,141).

#07968d hex color red value is 7, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #07968d hue: 0.49 , saturation: 0.91 and the lightness value of 07968d is 0.31.

The process color (four color CMYK) of #07968d color hex is 0.95, 0.00, 0.06, 0.41. Web safe color of #07968d is #009999. Color #07968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10010110 10001101
Octal 7 226 215
Decimal 7 150 141
Hex 7 96 8D

RGB Percentages of Color #07968d

%2.35
%50.34
%47.32

CMYK Percentages of Color #07968d

%95
%0
%6
%41

Triadic Colors of #07968d

#07968d #8d0796 #968d07

Analogous Colors of #07968d

#07968d #075896 #079646

Monochromatic Colors of #07968d

#07968d

Complementary Color

#07968d #960710

#07968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#07968d Color CSS Codes

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

#07968d Text Font Color

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

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


#07968d Background Color

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

This div background color is #07968d


#07968d Border Color

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

This div border color is #07968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07968d;
  -webkit-box-shadow: 1px 1px 3px 2px #07968d;
  box-shadow:         1px 1px 3px 2px #07968d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07968d


Comments

No comments written yet.

Please login to write comment.