Color Hex Logo

#127669 Color Hex

#127669
(18,118,105)
0 Favorites   0 Comments

Color spaces of #127669

RGB 18118105
HSL0.480.740.27
HSV172°85°46°
CMYK 0.850.000.11   0.54
XYZ9.277714.105415.5982
Yxy14.10540.23800.3619
Hunter Lab37.5572-21.63041.6657
CIE-Lab44.3837-30.0577-0.5391

#127669 color RGB value is (18,118,105).

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

The process color (four color CMYK) of #127669 color hex is 0.85, 0.00, 0.11, 0.54. Web safe color of #127669 is #006666. Color #127669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110110 01101001
Octal 22 166 151
Decimal 18 118 105
Hex 12 76 69

RGB Percentages of Color #127669

%7.47
%48.96
%43.57

CMYK Percentages of Color #127669

%85
%0
%11
%54

Triadic Colors of #127669

#127669 #691276 #766912

Analogous Colors of #127669

#127669 #125176 #127637

Monochromatic Colors of #127669

#127669

Complementary Color

#127669 #76121f

#127669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#127669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#127669 Color CSS Codes

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

#127669 Text Font Color

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

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


#127669 Background Color

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

This div background color is #127669


#127669 Border Color

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

This div border color is #127669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #127669


Comments

No comments written yet.

Please login to write comment.