Color Hex Logo

#067e6f Color Hex

#067E6F
(6,126,111)
0 Favorites   0 Comments

Color spaces of #067e6f

RGB 6126111
HSL0.480.910.26
HSV173°95°49°
CMYK 0.950.000.12   0.51
XYZ10.405216.108117.5997
Yxy16.10810.23590.3652
Hunter Lab40.1349-23.95892.0950
CIE-Lab47.1160-32.8630-0.1254

#067e6f color RGB value is (6,126,111).

#067e6f hex color red value is 6, green value is 126 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #067e6f hue: 0.48 , saturation: 0.91 and the lightness value of 067e6f is 0.26.

The process color (four color CMYK) of #067e6f color hex is 0.95, 0.00, 0.12, 0.51. Web safe color of #067e6f is #006666. Color #067e6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111110 01101111
Octal 6 176 157
Decimal 6 126 111
Hex 6 7E 6F

RGB Percentages of Color #067e6f

%2.47
%51.85
%45.68

CMYK Percentages of Color #067e6f

%95
%0
%12
%51

Triadic Colors of #067e6f

#067e6f #6f067e #7e6f06

Analogous Colors of #067e6f

#067e6f #06517e #067e33

Monochromatic Colors of #067e6f

#067e6f

Complementary Color

#067e6f #7e0615

#067e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#067e6f Color CSS Codes

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

#067e6f Text Font Color

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

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


#067e6f Background Color

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

This div background color is #067e6f


#067e6f Border Color

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

This div border color is #067e6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,126,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067e6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067e6f;
  -webkit-box-shadow: 1px 1px 3px 2px #067e6f;
  box-shadow:         1px 1px 3px 2px #067e6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067e6f


Comments

No comments written yet.

Please login to write comment.