Color Hex Logo

#015606 Color Hex

#015606
(1,86,6)
0 Favorites   0 Comments

Color spaces of #015606

RGB 1866
HSL0.340.980.17
HSV124°99°34°
CMYK 0.990.000.93   0.66
XYZ3.37326.67521.2830
Yxy6.67520.29770.5891
Hunter Lab25.8364-21.908815.1412
CIE-Lab31.0558-38.513835.6194

#015606 color RGB value is (1,86,6).

#015606 hex color red value is 1, green value is 86 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #015606 hue: 0.34 , saturation: 0.98 and the lightness value of 015606 is 0.17.

The process color (four color CMYK) of #015606 color hex is 0.99, 0.00, 0.93, 0.66. Web safe color of #015606 is #006600. Color #015606 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010110 00000110
Octal 1 126 6
Decimal 1 86 6
Hex 1 56 6

RGB Percentages of Color #015606

%1.08
%92.47
%6.45

CMYK Percentages of Color #015606

%99
%0
%93
%66

Triadic Colors of #015606

#015606 #060156 #560601

Analogous Colors of #015606

#015606 #015631 #275601

Monochromatic Colors of #015606

#015606

Complementary Color

#015606 #560151

#015606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015606 Color CSS Codes

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

#015606 Text Font Color

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

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


#015606 Background Color

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

This div background color is #015606


#015606 Border Color

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

This div border color is #015606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015606


Comments

No comments written yet.

Please login to write comment.