Color Hex Logo

#128370 Color Hex

#128370
(18,131,112)
0 Favorites   0 Comments

Color spaces of #128370

RGB 18131112
HSL0.470.760.29
HSV170°86°51°
CMYK 0.860.000.15   0.49
XYZ11.290417.531018.1180
Yxy17.53100.24050.3735
Hunter Lab41.8700-25.13943.6531
CIE-Lab48.9222-34.04951.9297

#128370 color RGB value is (18,131,112).

#128370 hex color red value is 18, green value is 131 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #128370 hue: 0.47 , saturation: 0.76 and the lightness value of 128370 is 0.29.

The process color (four color CMYK) of #128370 color hex is 0.86, 0.00, 0.15, 0.49. Web safe color of #128370 is #009966. Color #128370 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000011 01110000
Octal 22 203 160
Decimal 18 131 112
Hex 12 83 70

RGB Percentages of Color #128370

%6.90
%50.19
%42.91

CMYK Percentages of Color #128370

%86
%0
%15
%49

Triadic Colors of #128370

#128370 #701283 #837012

Analogous Colors of #128370

#128370 #125e83 #128338

Monochromatic Colors of #128370

#128370

Complementary Color

#128370 #831225

#128370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#128370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#128370 Color CSS Codes

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

#128370 Text Font Color

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

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


#128370 Background Color

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

This div background color is #128370


#128370 Border Color

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

This div border color is #128370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #128370


Comments

No comments written yet.

Please login to write comment.