Color Hex Logo

#076468 Color Hex

#076468
(7,100,104)
0 Favorites   0 Comments

Color spaces of #076468

RGB 7100104
HSL0.510.870.22
HSV182°93°41°
CMYK 0.930.040.00   0.59
XYZ7.143510.159014.6811
Yxy10.15900.22330.3176
Hunter Lab31.8732-15.7722-4.9983
CIE-Lab38.1263-22.2973-9.2352

#076468 color RGB value is (7,100,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100100 01101000
Octal 7 144 150
Decimal 7 100 104
Hex 7 64 68

RGB Percentages of Color #076468

%3.32
%47.39
%49.29

CMYK Percentages of Color #076468

%93
%4
%0
%59

Triadic Colors of #076468

#076468 #680764 #646807

Analogous Colors of #076468

#076468 #073468 #07683b

Monochromatic Colors of #076468

#076468

Complementary Color

#076468 #680b07

#076468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076468 Color CSS Codes

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

#076468 Text Font Color

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

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


#076468 Background Color

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

This div background color is #076468


#076468 Border Color

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

This div border color is #076468


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,100,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 #076468">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076468


Comments

No comments written yet.

Please login to write comment.