Color Hex Logo

#129834 Color Hex

#129834
(18,152,52)
0 Favorites   0 Comments

Color spaces of #129834

RGB 1815252
HSL0.380.790.33
HSV135°88°60°
CMYK 0.880.000.66   0.40
XYZ12.097522.83307.0184
Yxy22.83300.28840.5443
Hunter Lab47.7839-38.430824.7403
CIE-Lab54.8999-54.092842.0508

#129834 color RGB value is (18,152,52).

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

The process color (four color CMYK) of #129834 color hex is 0.88, 0.00, 0.66, 0.40. Web safe color of #129834 is #009933. Color #129834 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011000 00110100
Octal 22 230 64
Decimal 18 152 52
Hex 12 98 34

RGB Percentages of Color #129834

%8.11
%68.47
%23.42

CMYK Percentages of Color #129834

%88
%0
%66
%40

Triadic Colors of #129834

#129834 #341298 #983412

Analogous Colors of #129834

#129834 #129877 #339812

Monochromatic Colors of #129834

#129834

Complementary Color

#129834 #981276

#129834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#129834 Color CSS Codes

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

#129834 Text Font Color

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

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


#129834 Background Color

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

This div background color is #129834


#129834 Border Color

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

This div border color is #129834


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129834


Comments

No comments written yet.

Please login to write comment.