Color Hex Logo

#127f72 Color Hex

#127F72
(18,127,114)
0 Favorites   0 Comments

Color spaces of #127f72

RGB 18127114
HSL0.480.750.28
HSV173°86°50°
CMYK 0.860.000.10   0.50
XYZ10.876116.522218.5355
Yxy16.52220.23680.3597
Hunter Lab40.6475-23.37171.4167
CIE-Lab47.6523-31.6194-1.0985

#127f72 color RGB value is (18,127,114).

#127f72 hex color red value is 18, green value is 127 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #127f72 hue: 0.48 , saturation: 0.75 and the lightness value of 127f72 is 0.28.

The process color (four color CMYK) of #127f72 color hex is 0.86, 0.00, 0.10, 0.50. Web safe color of #127f72 is #006666. Color #127f72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111111 01110010
Octal 22 177 162
Decimal 18 127 114
Hex 12 7F 72

RGB Percentages of Color #127f72

%6.95
%49.03
%44.02

CMYK Percentages of Color #127f72

%86
%0
%10
%50

Triadic Colors of #127f72

#127f72 #72127f #7f7212

Analogous Colors of #127f72

#127f72 #12557f #127f3c

Monochromatic Colors of #127f72

#127f72

Complementary Color

#127f72 #7f121f

#127f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127f72 Color CSS Codes

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

#127f72 Text Font Color

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

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


#127f72 Background Color

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

This div background color is #127f72


#127f72 Border Color

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

This div border color is #127f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127f72


Comments

No comments written yet.

Please login to write comment.