Color Hex Logo

#126827 Color Hex

#126827
(18,104,39)
0 Favorites   0 Comments

Color spaces of #126827

RGB 1810439
HSL0.370.700.24
HSV135°83°41°
CMYK 0.830.000.63   0.59
XYZ5.566010.17573.5902
Yxy10.17570.28790.5264
Hunter Lab31.8994-24.678115.6566
CIE-Lab38.1559-39.265529.2391

#126827 color RGB value is (18,104,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101000 00100111
Octal 22 150 47
Decimal 18 104 39
Hex 12 68 27

RGB Percentages of Color #126827

%11.18
%64.60
%24.22

CMYK Percentages of Color #126827

%83
%0
%63
%59

Triadic Colors of #126827

#126827 #271268 #682712

Analogous Colors of #126827

#126827 #126852 #286812

Monochromatic Colors of #126827

#126827

Complementary Color

#126827 #681253

#126827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126827 Color CSS Codes

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

#126827 Text Font Color

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

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


#126827 Background Color

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

This div background color is #126827


#126827 Border Color

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

This div border color is #126827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126827


Comments

No comments written yet.

Please login to write comment.