Color Hex Logo

#126854 Color Hex

#126854
(18,104,84)
0 Favorites   0 Comments

Color spaces of #126854

RGB 1810484
HSL0.460.700.24
HSV166°83°41°
CMYK 0.830.000.19   0.59
XYZ6.800010.669310.0885
Yxy10.66930.24680.3872
Hunter Lab32.6639-20.00154.5525
CIE-Lab39.0178-29.57784.3575

#126854 color RGB value is (18,104,84).

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

The process color (four color CMYK) of #126854 color hex is 0.83, 0.00, 0.19, 0.59. Web safe color of #126854 is #006666. Color #126854 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101000 01010100
Octal 22 150 124
Decimal 18 104 84
Hex 12 68 54

RGB Percentages of Color #126854

%8.74
%50.49
%40.78

CMYK Percentages of Color #126854

%83
%0
%19
%59

Triadic Colors of #126854

#126854 #541268 #685412

Analogous Colors of #126854

#126854 #125168 #126829

Monochromatic Colors of #126854

#126854

Complementary Color

#126854 #681226

#126854 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126854 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126854 Color CSS Codes

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

#126854 Text Font Color

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

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


#126854 Background Color

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

This div background color is #126854


#126854 Border Color

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

This div border color is #126854


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126854


Comments

No comments written yet.

Please login to write comment.