Color Hex Logo

#128827 Color Hex

#128827
(18,136,39)
0 Favorites   0 Comments

Color spaces of #128827

RGB 1813639
HSL0.360.770.30
HSV131°87°53°
CMYK 0.870.000.71   0.47
XYZ9.419817.88344.8748
Yxy17.88340.29270.5558
Hunter Lab42.2888-34.244622.7675
CIE-Lab49.3544-50.313541.6630

#128827 color RGB value is (18,136,39).

#128827 hex color red value is 18, green value is 136 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #128827 hue: 0.36 , saturation: 0.77 and the lightness value of 128827 is 0.30.

The process color (four color CMYK) of #128827 color hex is 0.87, 0.00, 0.71, 0.47. Web safe color of #128827 is #009933. Color #128827 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10001000 00100111
Octal 22 210 47
Decimal 18 136 39
Hex 12 88 27

RGB Percentages of Color #128827

%9.33
%70.47
%20.21

CMYK Percentages of Color #128827

%87
%0
%71
%47

Triadic Colors of #128827

#128827 #271288 #882712

Analogous Colors of #128827

#128827 #128862 #388812

Monochromatic Colors of #128827

#128827

Complementary Color

#128827 #881273

#128827 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128827 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128827 Color CSS Codes

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

#128827 Text Font Color

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

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


#128827 Background Color

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

This div background color is #128827


#128827 Border Color

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

This div border color is #128827


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128827


Comments

No comments written yet.

Please login to write comment.