Color Hex Logo

#006967 Color Hex

#006967
(0,105,103)
0 Favorites   0 Comments

Color spaces of #006967

RGB 0105103
HSL0.501.000.21
HSV179°100°41°
CMYK 1.000.000.02   0.59
XYZ7.499811.082414.5758
Yxy11.08240.22620.3342
Hunter Lab33.2902-18.0445-2.6564
CIE-Lab39.7189-25.7106-6.2435

#006967 color RGB value is (0,105,103).

#006967 hex color red value is 0, green value is 105 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #006967 hue: 0.50 , saturation: 1.00 and the lightness value of 006967 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101001 01100111
Octal 0 151 147
Decimal 0 105 103
Hex 0 69 67

RGB Percentages of Color #006967

%0.00
%50.48
%49.52

CMYK Percentages of Color #006967

%100
%0
%2
%59

Triadic Colors of #006967

#006967 #670069 #696700

Analogous Colors of #006967

#006967 #003769 #006933

Monochromatic Colors of #006967

#006967

Complementary Color

#006967 #690002

#006967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006967 Color CSS Codes

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

#006967 Text Font Color

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

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


#006967 Background Color

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

This div background color is #006967


#006967 Border Color

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

This div border color is #006967


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,105,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006967; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006967;
  -webkit-box-shadow: 1px 1px 3px 2px #006967;
  box-shadow:         1px 1px 3px 2px #006967; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006967


Comments

No comments written yet.

Please login to write comment.