Color Hex Logo

#126448 Color Hex

#126448
(18,100,72)
0 Favorites   0 Comments

Color spaces of #126448

RGB 1810072
HSL0.440.690.23
HSV160°82°39°
CMYK 0.820.000.28   0.61
XYZ5.97639.71087.6903
Yxy9.71080.25560.4154
Hunter Lab31.1622-20.30097.1817
CIE-Lab37.3183-30.99669.2562

#126448 color RGB value is (18,100,72).

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

The process color (four color CMYK) of #126448 color hex is 0.82, 0.00, 0.28, 0.61. Web safe color of #126448 is #006633. Color #126448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100100 01001000
Octal 22 144 110
Decimal 18 100 72
Hex 12 64 48

RGB Percentages of Color #126448

%9.47
%52.63
%37.89

CMYK Percentages of Color #126448

%82
%0
%28
%61

Triadic Colors of #126448

#126448 #481264 #644812

Analogous Colors of #126448

#126448 #125764 #12641f

Monochromatic Colors of #126448

#126448

Complementary Color

#126448 #64122e

#126448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126448 Color CSS Codes

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

#126448 Text Font Color

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

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


#126448 Background Color

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

This div background color is #126448


#126448 Border Color

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

This div border color is #126448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126448


Comments

No comments written yet.

Please login to write comment.