Color Hex Logo

#127076 Color Hex

#127076
(18,112,118)
0 Favorites   0 Comments

Color spaces of #127076

RGB 18112118
HSL0.510.740.27
HSV184°85°46°
CMYK 0.850.050.00   0.54
XYZ9.313613.024919.1627
Yxy13.02490.22440.3138
Hunter Lab36.0900-17.0928-6.2182
CIE-Lab42.8007-22.9379-10.6996

#127076 color RGB value is (18,112,118).

#127076 hex color red value is 18, green value is 112 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #127076 hue: 0.51 , saturation: 0.74 and the lightness value of 127076 is 0.27.

The process color (four color CMYK) of #127076 color hex is 0.85, 0.05, 0.00, 0.54. Web safe color of #127076 is #006666. Color #127076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 01110110
Octal 22 160 166
Decimal 18 112 118
Hex 12 70 76

RGB Percentages of Color #127076

%7.26
%45.16
%47.58

CMYK Percentages of Color #127076

%85
%5
%0
%54

Triadic Colors of #127076

#127076 #761270 #707612

Analogous Colors of #127076

#127076 #123e76 #12764a

Monochromatic Colors of #127076

#127076

Complementary Color

#127076 #761812

#127076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127076 Color CSS Codes

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

#127076 Text Font Color

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

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


#127076 Background Color

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

This div background color is #127076


#127076 Border Color

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

This div border color is #127076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127076


Comments

No comments written yet.

Please login to write comment.