Color Hex Logo

#127373 Color Hex

#127373
(18,115,115)
0 Favorites   0 Comments

Color spaces of #127373

RGB 18115115
HSL0.500.730.26
HSV180°84°45°
CMYK 0.840.000.00   0.55
XYZ9.474713.627918.3507
Yxy13.62790.22860.3288
Hunter Lab36.9160-18.7899-3.6315
CIE-Lab43.6945-25.4689-7.5526

#127373 color RGB value is (18,115,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110011 01110011
Octal 22 163 163
Decimal 18 115 115
Hex 12 73 73

RGB Percentages of Color #127373

%7.26
%46.37
%46.37

CMYK Percentages of Color #127373

%84
%0
%0
%55

Triadic Colors of #127373

#127373 #731273 #737312

Analogous Colors of #127373

#127373 #124373 #127343

Monochromatic Colors of #127373

#127373

Complementary Color

#127373 #731212

#127373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127373 Color CSS Codes

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

#127373 Text Font Color

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

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


#127373 Background Color

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

This div background color is #127373


#127373 Border Color

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

This div border color is #127373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127373


Comments

No comments written yet.

Please login to write comment.