Color Hex Logo

#126839 Color Hex

#126839
(18,104,57)
0 Favorites   0 Comments

Color spaces of #126839

RGB 1810457
HSL0.410.700.24
HSV147°83°41°
CMYK 0.830.000.45   0.59
XYZ5.938310.32465.5508
Yxy10.32460.27220.4733
Hunter Lab32.1319-23.242312.2500
CIE-Lab38.4188-36.162519.6669

#126839 color RGB value is (18,104,57).

#126839 hex color red value is 18, green value is 104 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #126839 hue: 0.41 , saturation: 0.70 and the lightness value of 126839 is 0.24.

The process color (four color CMYK) of #126839 color hex is 0.83, 0.00, 0.45, 0.59. Web safe color of #126839 is #006633. Color #126839 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101000 00111001
Octal 22 150 71
Decimal 18 104 57
Hex 12 68 39

RGB Percentages of Color #126839

%10.06
%58.10
%31.84

CMYK Percentages of Color #126839

%83
%0
%45
%59

Triadic Colors of #126839

#126839 #391268 #683912

Analogous Colors of #126839

#126839 #126864 #166812

Monochromatic Colors of #126839

#126839

Complementary Color

#126839 #681241

#126839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126839 Color CSS Codes

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

#126839 Text Font Color

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

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


#126839 Background Color

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

This div background color is #126839


#126839 Border Color

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

This div border color is #126839


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,104,57, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126839


Comments

No comments written yet.

Please login to write comment.