Color Hex Logo

#126648 Color Hex

#126648
(18,102,72)
0 Favorites   0 Comments

Color spaces of #126648

RGB 1810272
HSL0.440.700.24
HSV159°82°40°
CMYK 0.820.000.29   0.60
XYZ6.170510.09927.7550
Yxy10.09920.25680.4204
Hunter Lab31.7792-20.95477.7771
CIE-Lab38.0199-31.890010.2347

#126648 color RGB value is (18,102,72).

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

The process color (four color CMYK) of #126648 color hex is 0.82, 0.00, 0.29, 0.60. Web safe color of #126648 is #006633. Color #126648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01001000
Octal 22 146 110
Decimal 18 102 72
Hex 12 66 48

RGB Percentages of Color #126648

%9.38
%53.13
%37.50

CMYK Percentages of Color #126648

%82
%0
%29
%60

Triadic Colors of #126648

#126648 #481266 #664812

Analogous Colors of #126648

#126648 #125a66 #12661e

Monochromatic Colors of #126648

#126648

Complementary Color

#126648 #661230

#126648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126648 Color CSS Codes

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

#126648 Text Font Color

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

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


#126648 Background Color

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

This div background color is #126648


#126648 Border Color

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

This div border color is #126648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126648


Comments

No comments written yet.

Please login to write comment.