Color Hex Logo

#127514 Color Hex

#127514
(18,117,20)
0 Favorites   0 Comments

Color spaces of #127514

RGB 1811720
HSL0.340.730.26
HSV121°85°46°
CMYK 0.850.000.83   0.54
XYZ6.737012.90172.7970
Yxy12.90170.30030.5751
Hunter Lab35.9189-29.378520.5264
CIE-Lab42.6148-45.724942.0479

#127514 color RGB value is (18,117,20).

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

The process color (four color CMYK) of #127514 color hex is 0.85, 0.00, 0.83, 0.54. Web safe color of #127514 is #006600. Color #127514 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110101 00010100
Octal 22 165 24
Decimal 18 117 20
Hex 12 75 14

RGB Percentages of Color #127514

%11.61
%75.48
%12.90

CMYK Percentages of Color #127514

%85
%0
%83
%54

Triadic Colors of #127514

#127514 #141275 #751412

Analogous Colors of #127514

#127514 #127546 #427512

Monochromatic Colors of #127514

#127514

Complementary Color

#127514 #751273

#127514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127514 Color CSS Codes

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

#127514 Text Font Color

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

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


#127514 Background Color

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

This div background color is #127514


#127514 Border Color

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

This div border color is #127514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127514


Comments

No comments written yet.

Please login to write comment.