Color Hex Logo

#127458 Color Hex

#127458
(18,116,88)
0 Favorites   0 Comments

Color spaces of #127458

RGB 1811688
HSL0.450.730.26
HSV163°84°45°
CMYK 0.840.000.24   0.55
XYZ8.256313.324011.3691
Yxy13.32400.25060.4044
Hunter Lab36.5021-23.50427.0847
CIE-Lab43.2474-33.93887.9722

#127458 color RGB value is (18,116,88).

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

The process color (four color CMYK) of #127458 color hex is 0.84, 0.00, 0.24, 0.55. Web safe color of #127458 is #006666. Color #127458 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110100 01011000
Octal 22 164 130
Decimal 18 116 88
Hex 12 74 58

RGB Percentages of Color #127458

%8.11
%52.25
%39.64

CMYK Percentages of Color #127458

%84
%0
%24
%55

Triadic Colors of #127458

#127458 #581274 #745812

Analogous Colors of #127458

#127458 #125f74 #127427

Monochromatic Colors of #127458

#127458

Complementary Color

#127458 #74122e

#127458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127458 Color CSS Codes

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

#127458 Text Font Color

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

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


#127458 Background Color

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

This div background color is #127458


#127458 Border Color

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

This div border color is #127458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127458


Comments

No comments written yet.

Please login to write comment.