Color Hex Logo

#129856 Color Hex

#129856
(18,152,86)
0 Favorites   0 Comments

Color spaces of #129856

RGB 1815286
HSL0.420.790.33
HSV150°88°60°
CMYK 0.880.000.43   0.40
XYZ13.157423.257012.5997
Yxy23.25700.26840.4745
Hunter Lab48.2255-35.694418.2674
CIE-Lab55.3361-48.832225.5324

#129856 color RGB value is (18,152,86).

#129856 hex color red value is 18, green value is 152 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #129856 hue: 0.42 , saturation: 0.79 and the lightness value of 129856 is 0.33.

The process color (four color CMYK) of #129856 color hex is 0.88, 0.00, 0.43, 0.40. Web safe color of #129856 is #009966. Color #129856 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011000 01010110
Octal 22 230 126
Decimal 18 152 86
Hex 12 98 56

RGB Percentages of Color #129856

%7.03
%59.38
%33.59

CMYK Percentages of Color #129856

%88
%0
%43
%40

Triadic Colors of #129856

#129856 #561298 #985612

Analogous Colors of #129856

#129856 #129798 #129813

Monochromatic Colors of #129856

#129856

Complementary Color

#129856 #981254

#129856 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129856 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129856 Color CSS Codes

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

#129856 Text Font Color

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

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


#129856 Background Color

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

This div background color is #129856


#129856 Border Color

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

This div border color is #129856


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129856


Comments

No comments written yet.

Please login to write comment.