Color Hex Logo

#127128 Color Hex

#127128
(18,113,40)
0 Favorites   0 Comments

Color spaces of #127128

RGB 1811340
HSL0.370.730.26
HSV134°84°44°
CMYK 0.840.000.65   0.56
XYZ6.537612.09213.9969
Yxy12.09210.28890.5344
Hunter Lab34.7737-27.295217.5268
CIE-Lab41.3621-42.387632.4314

#127128 color RGB value is (18,113,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 00101000
Octal 22 161 50
Decimal 18 113 40
Hex 12 71 28

RGB Percentages of Color #127128

%10.53
%66.08
%23.39

CMYK Percentages of Color #127128

%84
%0
%65
%56

Triadic Colors of #127128

#127128 #281271 #712812

Analogous Colors of #127128

#127128 #127158 #2b7112

Monochromatic Colors of #127128

#127128

Complementary Color

#127128 #71125b

#127128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127128 Color CSS Codes

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

#127128 Text Font Color

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

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


#127128 Background Color

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

This div background color is #127128


#127128 Border Color

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

This div border color is #127128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127128


Comments

No comments written yet.

Please login to write comment.