Color Hex Logo

#076868 Color Hex

#076868
(7,104,104)
0 Favorites   0 Comments

Color spaces of #076868

RGB 7104104
HSL0.500.870.22
HSV180°93°41°
CMYK 0.930.000.00   0.59
XYZ7.536610.945314.8121
Yxy10.94530.22640.3287
Hunter Lab33.0837-17.2334-3.3865
CIE-Lab39.4882-24.3659-7.1913

#076868 color RGB value is (7,104,104).

#076868 hex color red value is 7, green value is 104 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #076868 hue: 0.50 , saturation: 0.87 and the lightness value of 076868 is 0.22.

The process color (four color CMYK) of #076868 color hex is 0.93, 0.00, 0.00, 0.59. Web safe color of #076868 is #006666. Color #076868 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101000 01101000
Octal 7 150 150
Decimal 7 104 104
Hex 7 68 68

RGB Percentages of Color #076868

%3.26
%48.37
%48.37

CMYK Percentages of Color #076868

%93
%0
%0
%59

Triadic Colors of #076868

#076868 #680768 #686807

Analogous Colors of #076868

#076868 #073868 #076838

Monochromatic Colors of #076868

#076868

Complementary Color

#076868 #680707

#076868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076868 Color CSS Codes

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

#076868 Text Font Color

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

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


#076868 Background Color

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

This div background color is #076868


#076868 Border Color

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

This div border color is #076868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076868


Comments

No comments written yet.

Please login to write comment.