Color Hex Logo

#012710 Color Hex

#012710
(1,39,16)
0 Favorites   0 Comments

Color spaces of #012710

RGB 13916
HSL0.400.950.08
HSV144°97°15°
CMYK 0.970.000.59   0.85
XYZ0.83161.49490.7349
Yxy1.49490.27160.4883
Hunter Lab12.2266-9.25584.9949
CIE-Lab12.5756-20.139611.1705

#012710 color RGB value is (1,39,16).

#012710 hex color red value is 1, green value is 39 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #012710 hue: 0.40 , saturation: 0.95 and the lightness value of 012710 is 0.08.

The process color (four color CMYK) of #012710 color hex is 0.97, 0.00, 0.59, 0.85. Web safe color of #012710 is #003300. Color #012710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00100111 00010000
Octal 1 47 20
Decimal 1 39 16
Hex 1 27 10

RGB Percentages of Color #012710

%1.79
%69.64
%28.57

CMYK Percentages of Color #012710

%97
%0
%59
%85

Triadic Colors of #012710

#012710 #100127 #271001

Analogous Colors of #012710

#012710 #012723 #052701

Monochromatic Colors of #012710

#012710

Complementary Color

#012710 #270118

#012710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#012710 Color CSS Codes

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

#012710 Text Font Color

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

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


#012710 Background Color

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

This div background color is #012710


#012710 Border Color

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

This div border color is #012710


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012710


Comments

No comments written yet.

Please login to write comment.