Color Hex Logo

#127056 Color Hex

#127056
(18,112,86)
0 Favorites   0 Comments

Color spaces of #127056

RGB 1811286
HSL0.450.720.25
HSV163°84°44°
CMYK 0.840.000.23   0.56
XYZ7.723312.388810.7883
Yxy12.38880.24990.4009
Hunter Lab35.1977-22.42856.4657
CIE-Lab41.8275-32.68987.1559

#127056 color RGB value is (18,112,86).

#127056 hex color red value is 18, green value is 112 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #127056 hue: 0.45 , saturation: 0.72 and the lightness value of 127056 is 0.25.

The process color (four color CMYK) of #127056 color hex is 0.84, 0.00, 0.23, 0.56. Web safe color of #127056 is #006666. Color #127056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 01010110
Octal 22 160 126
Decimal 18 112 86
Hex 12 70 56

RGB Percentages of Color #127056

%8.33
%51.85
%39.81

CMYK Percentages of Color #127056

%84
%0
%23
%56

Triadic Colors of #127056

#127056 #561270 #705612

Analogous Colors of #127056

#127056 #125b70 #127027

Monochromatic Colors of #127056

#127056

Complementary Color

#127056 #70122c

#127056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127056 Color CSS Codes

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

#127056 Text Font Color

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

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


#127056 Background Color

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

This div background color is #127056


#127056 Border Color

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

This div border color is #127056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127056


Comments

No comments written yet.

Please login to write comment.