Color Hex Logo

#126659 Color Hex

#126659
(18,102,89)
0 Favorites   0 Comments

Color spaces of #126659

RGB 1810289
HSL0.470.700.24
HSV171°82°40°
CMYK 0.820.000.13   0.60
XYZ6.804010.352611.0908
Yxy10.35260.24090.3665
Hunter Lab32.1755-18.56052.0857
CIE-Lab38.4680-27.16710.5065

#126659 color RGB value is (18,102,89).

#126659 hex color red value is 18, green value is 102 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #126659 hue: 0.47 , saturation: 0.70 and the lightness value of 126659 is 0.24.

The process color (four color CMYK) of #126659 color hex is 0.82, 0.00, 0.13, 0.60. Web safe color of #126659 is #006666. Color #126659 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01011001
Octal 22 146 131
Decimal 18 102 89
Hex 12 66 59

RGB Percentages of Color #126659

%8.61
%48.80
%42.58

CMYK Percentages of Color #126659

%82
%0
%13
%60

Triadic Colors of #126659

#126659 #591266 #665912

Analogous Colors of #126659

#126659 #124966 #12662f

Monochromatic Colors of #126659

#126659

Complementary Color

#126659 #66121f

#126659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126659 Color CSS Codes

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

#126659 Text Font Color

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

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


#126659 Background Color

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

This div background color is #126659


#126659 Border Color

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

This div border color is #126659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126659


Comments

No comments written yet.

Please login to write comment.