Color Hex Logo

#127078 Color Hex

#127078
(18,112,120)
0 Favorites   0 Comments

Color spaces of #127078

RGB 18112120
HSL0.510.740.27
HSV185°85°47°
CMYK 0.850.070.00   0.53
XYZ9.433813.073019.7954
Yxy13.07300.22300.3090
Hunter Lab36.1566-16.7007-7.1511
CIE-Lab42.8730-22.2621-11.7952

#127078 color RGB value is (18,112,120).

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

The process color (four color CMYK) of #127078 color hex is 0.85, 0.07, 0.00, 0.53. Web safe color of #127078 is #006666. Color #127078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110000 01111000
Octal 22 160 170
Decimal 18 112 120
Hex 12 70 78

RGB Percentages of Color #127078

%7.20
%44.80
%48.00

CMYK Percentages of Color #127078

%85
%7
%0
%53

Triadic Colors of #127078

#127078 #781270 #707812

Analogous Colors of #127078

#127078 #123d78 #12784d

Monochromatic Colors of #127078

#127078

Complementary Color

#127078 #781a12

#127078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127078 Color CSS Codes

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

#127078 Text Font Color

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

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


#127078 Background Color

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

This div background color is #127078


#127078 Border Color

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

This div border color is #127078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127078


Comments

No comments written yet.

Please login to write comment.