Color Hex Logo

#126248 Color Hex

#126248
(18,98,72)
0 Favorites   0 Comments

Color spaces of #126248

RGB 189872
HSL0.450.690.23
HSV161°82°38°
CMYK 0.820.000.27   0.62
XYZ5.78689.33187.6271
Yxy9.33180.25440.4103
Hunter Lab30.5480-19.64526.5803
CIE-Lab36.6154-30.09118.2715

#126248 color RGB value is (18,98,72).

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

The process color (four color CMYK) of #126248 color hex is 0.82, 0.00, 0.27, 0.62. Web safe color of #126248 is #006633. Color #126248 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100010 01001000
Octal 22 142 110
Decimal 18 98 72
Hex 12 62 48

RGB Percentages of Color #126248

%9.57
%52.13
%38.30

CMYK Percentages of Color #126248

%82
%0
%27
%62

Triadic Colors of #126248

#126248 #481262 #624812

Analogous Colors of #126248

#126248 #125462 #126220

Monochromatic Colors of #126248

#126248

Complementary Color

#126248 #62122c

#126248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126248 Color CSS Codes

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

#126248 Text Font Color

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

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


#126248 Background Color

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

This div background color is #126248


#126248 Border Color

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

This div border color is #126248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126248


Comments

No comments written yet.

Please login to write comment.