Color Hex Logo

#127a78 Color Hex

#127A78
(18,122,120)
0 Favorites   0 Comments

Color spaces of #127a78

RGB 18122120
HSL0.500.740.27
HSV179°85°48°
CMYK 0.850.000.02   0.52
XYZ10.599215.403720.1839
Yxy15.40370.22950.3335
Hunter Lab39.2475-20.4775-3.0179
CIE-Lab46.1822-27.3608-6.8260

#127a78 color RGB value is (18,122,120).

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

The process color (four color CMYK) of #127a78 color hex is 0.85, 0.00, 0.02, 0.52. Web safe color of #127a78 is #006666. Color #127a78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111010 01111000
Octal 22 172 170
Decimal 18 122 120
Hex 12 7A 78

RGB Percentages of Color #127a78

%6.92
%46.92
%46.15

CMYK Percentages of Color #127a78

%85
%0
%2
%52

Triadic Colors of #127a78

#127a78 #78127a #7a7812

Analogous Colors of #127a78

#127a78 #12487a #127a44

Monochromatic Colors of #127a78

#127a78

Complementary Color

#127a78 #7a1214

#127a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127a78 Color CSS Codes

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

#127a78 Text Font Color

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

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


#127a78 Background Color

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

This div background color is #127a78


#127a78 Border Color

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

This div border color is #127a78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,122,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 #127a78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127a78


Comments

No comments written yet.

Please login to write comment.