Color Hex Logo

#127559 Color Hex

#127559
(18,117,89)
0 Favorites   0 Comments

Color spaces of #127559

RGB 1811789
HSL0.450.730.26
HSV163°85°46°
CMYK 0.850.000.24   0.54
XYZ8.413913.572411.6275
Yxy13.57240.25030.4038
Hunter Lab36.8407-23.70447.0757
CIE-Lab43.6134-34.11597.8949

#127559 color RGB value is (18,117,89).

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

The process color (four color CMYK) of #127559 color hex is 0.85, 0.00, 0.24, 0.54. Web safe color of #127559 is #006666. Color #127559 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110101 01011001
Octal 22 165 131
Decimal 18 117 89
Hex 12 75 59

RGB Percentages of Color #127559

%8.04
%52.23
%39.73

CMYK Percentages of Color #127559

%85
%0
%24
%54

Triadic Colors of #127559

#127559 #591275 #755912

Analogous Colors of #127559

#127559 #126075 #127528

Monochromatic Colors of #127559

#127559

Complementary Color

#127559 #75122e

#127559 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127559 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127559 Color CSS Codes

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

#127559 Text Font Color

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

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


#127559 Background Color

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

This div background color is #127559


#127559 Border Color

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

This div border color is #127559


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127559


Comments

No comments written yet.

Please login to write comment.