Color Hex Logo

#127127 Color Hex

#127127
(18,113,39)
1 Favorites   0 Comments

Color spaces of #127127

RGB 1811339
HSL0.370.730.26
HSV133°84°44°
CMYK 0.840.000.65   0.56
XYZ6.520812.08533.9085
Yxy12.08530.28960.5368
Hunter Lab34.7639-27.354917.6688
CIE-Lab41.3514-42.516932.9066

#127127 color RGB value is (18,113,39).

#127127 hex color red value is 18, green value is 113 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #127127 hue: 0.37 , saturation: 0.73 and the lightness value of 127127 is 0.26.

The process color (four color CMYK) of #127127 color hex is 0.84, 0.00, 0.65, 0.56. Web safe color of #127127 is #006633. Color #127127 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 00100111
Octal 22 161 47
Decimal 18 113 39
Hex 12 71 27

RGB Percentages of Color #127127

%10.59
%66.47
%22.94

CMYK Percentages of Color #127127

%84
%0
%65
%56

Triadic Colors of #127127

#127127 #271271 #712712

Analogous Colors of #127127

#127127 #127157 #2d7112

Monochromatic Colors of #127127

#127127

Complementary Color

#127127 #71125c

#127127 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127127 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127127 Color CSS Codes

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

#127127 Text Font Color

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

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


#127127 Background Color

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

This div background color is #127127


#127127 Border Color

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

This div border color is #127127


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127127


Comments

No comments written yet.

Please login to write comment.