Color Hex Logo

#127061 Color Hex

#127061
(18,112,97)
0 Favorites   0 Comments

Color spaces of #127061

RGB 1811297
HSL0.470.720.25
HSV170°84°44°
CMYK 0.840.000.13   0.56
XYZ8.201312.580013.3052
Yxy12.58000.24060.3691
Hunter Lab35.4683-20.79512.5864
CIE-Lab42.1235-29.58690.9659

#127061 color RGB value is (18,112,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 01100001
Octal 22 160 141
Decimal 18 112 97
Hex 12 70 61

RGB Percentages of Color #127061

%7.93
%49.34
%42.73

CMYK Percentages of Color #127061

%84
%0
%13
%56

Triadic Colors of #127061

#127061 #611270 #706112

Analogous Colors of #127061

#127061 #125070 #127032

Monochromatic Colors of #127061

#127061

Complementary Color

#127061 #701221

#127061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127061 Color CSS Codes

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

#127061 Text Font Color

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

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


#127061 Background Color

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

This div background color is #127061


#127061 Border Color

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

This div border color is #127061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127061


Comments

No comments written yet.

Please login to write comment.