Color Hex Logo

#006156 Color Hex

#006156
(0,97,86)
0 Favorites   0 Comments

Color spaces of #006156

RGB 09786
HSL0.481.000.19
HSV173°100°38°
CMYK 1.000.000.11   0.62
XYZ5.95449.221310.2702
Yxy9.22130.23400.3624
Hunter Lab30.3666-18.14061.2043
CIE-Lab36.4069-27.3115-0.6841

#006156 color RGB value is (0,97,86).

#006156 hex color red value is 0, green value is 97 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #006156 hue: 0.48 , saturation: 1.00 and the lightness value of 006156 is 0.19.

The process color (four color CMYK) of #006156 color hex is 1.00, 0.00, 0.11, 0.62. Web safe color of #006156 is #006666. Color #006156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01100001 01010110
Octal 0 141 126
Decimal 0 97 86
Hex 0 61 56

RGB Percentages of Color #006156

%0.00
%53.01
%46.99

CMYK Percentages of Color #006156

%100
%0
%11
%62

Triadic Colors of #006156

#006156 #560061 #615600

Analogous Colors of #006156

#006156 #003c61 #006126

Monochromatic Colors of #006156

#006156

Complementary Color

#006156 #61000b

#006156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#006156 Color CSS Codes

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

#006156 Text Font Color

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

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


#006156 Background Color

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

This div background color is #006156


#006156 Border Color

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

This div border color is #006156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006156


Comments

No comments written yet.

Please login to write comment.