Color Hex Logo

#127410 Color Hex

#127410
(18,116,16)
0 Favorites   0 Comments

Color spaces of #127410

RGB 1811616
HSL0.330.760.26
HSV119°86°45°
CMYK 0.840.000.86   0.55
XYZ6.588412.65682.5860
Yxy12.65680.30180.5798
Hunter Lab35.5764-29.202220.5938
CIE-Lab42.2415-45.648842.9272

#127410 color RGB value is (18,116,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 00010000
Octal 22 164 20
Decimal 18 116 16
Hex 12 74 10

RGB Percentages of Color #127410

%12.00
%77.33
%10.67

CMYK Percentages of Color #127410

%84
%0
%86
%55

Triadic Colors of #127410

#127410 #101274 #741012

Analogous Colors of #127410

#127410 #107440 #447410

Monochromatic Colors of #127410

#127410

Complementary Color

#127410 #721074

#127410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127410 Color CSS Codes

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

#127410 Text Font Color

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

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


#127410 Background Color

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

This div background color is #127410


#127410 Border Color

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

This div border color is #127410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127410


Comments

No comments written yet.

Please login to write comment.