Color Hex Logo

#126710 Color Hex

#126710
(18,103,16)
0 Favorites   0 Comments

Color spaces of #126710

RGB 1810316
HSL0.330.730.23
HSV119°84°40°
CMYK 0.830.000.84   0.60
XYZ5.19329.86652.1209
Yxy9.86650.30230.5743
Hunter Lab31.4110-25.457717.9844
CIE-Lab37.6018-41.312338.6043

#126710 color RGB value is (18,103,16).

#126710 hex color red value is 18, green value is 103 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #126710 hue: 0.33 , saturation: 0.73 and the lightness value of 126710 is 0.23.

The process color (four color CMYK) of #126710 color hex is 0.83, 0.00, 0.84, 0.60. Web safe color of #126710 is #006600. Color #126710 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100111 00010000
Octal 22 147 20
Decimal 18 103 16
Hex 12 67 10

RGB Percentages of Color #126710

%13.14
%75.18
%11.68

CMYK Percentages of Color #126710

%83
%0
%84
%60

Triadic Colors of #126710

#126710 #101267 #671012

Analogous Colors of #126710

#126710 #10673a #3e6710

Monochromatic Colors of #126710

#126710

Complementary Color

#126710 #651067

#126710 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126710 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126710 Color CSS Codes

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

#126710 Text Font Color

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

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


#126710 Background Color

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

This div background color is #126710


#126710 Border Color

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

This div border color is #126710


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,103,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 #126710">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126710


Comments

No comments written yet.

Please login to write comment.