Color Hex Logo

#127211 Color Hex

#127211
(18,114,17)
0 Favorites   0 Comments

Color spaces of #127211

RGB 1811417
HSL0.330.740.26
HSV119°85°45°
CMYK 0.840.000.85   0.55
XYZ6.367912.20372.5502
Yxy12.20370.30150.5778
Hunter Lab34.9338-28.596320.1254
CIE-Lab41.5381-44.934141.9809

#127211 color RGB value is (18,114,17).

#127211 hex color red value is 18, green value is 114 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #127211 hue: 0.33 , saturation: 0.74 and the lightness value of 127211 is 0.26.

The process color (four color CMYK) of #127211 color hex is 0.84, 0.00, 0.85, 0.55. Web safe color of #127211 is #006600. Color #127211 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110010 00010001
Octal 22 162 21
Decimal 18 114 17
Hex 12 72 11

RGB Percentages of Color #127211

%12.08
%76.51
%11.41

CMYK Percentages of Color #127211

%84
%0
%85
%55

Triadic Colors of #127211

#127211 #111272 #721112

Analogous Colors of #127211

#127211 #117240 #437211

Monochromatic Colors of #127211

#127211

Complementary Color

#127211 #711172

#127211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127211 Color CSS Codes

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

#127211 Text Font Color

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

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


#127211 Background Color

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

This div background color is #127211


#127211 Border Color

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

This div border color is #127211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127211


Comments

No comments written yet.

Please login to write comment.