Color Hex Logo

#015016 Color Hex

#015016
(1,80,22)
0 Favorites   0 Comments

Color spaces of #015016

RGB 18022
HSL0.380.980.16
HSV136°99°31°
CMYK 0.990.000.73   0.69
XYZ3.02605.80171.7194
Yxy5.80170.28690.5501
Hunter Lab24.0867-19.726912.6284
CIE-Lab28.9066-35.092827.2484

#015016 color RGB value is (1,80,22).

#015016 hex color red value is 1, green value is 80 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #015016 hue: 0.38 , saturation: 0.98 and the lightness value of 015016 is 0.16.

The process color (four color CMYK) of #015016 color hex is 0.99, 0.00, 0.73, 0.69. Web safe color of #015016 is #006600. Color #015016 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01010000 00010110
Octal 1 120 26
Decimal 1 80 22
Hex 1 50 16

RGB Percentages of Color #015016

%0.97
%77.67
%21.36

CMYK Percentages of Color #015016

%99
%0
%73
%69

Triadic Colors of #015016

#015016 #160150 #501601

Analogous Colors of #015016

#015016 #01503e #145001

Monochromatic Colors of #015016

#015016

Complementary Color

#015016 #50013b

#015016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#015016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#015016 Color CSS Codes

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

#015016 Text Font Color

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

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


#015016 Background Color

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

This div background color is #015016


#015016 Border Color

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

This div border color is #015016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #015016


Comments

No comments written yet.

Please login to write comment.