Color Hex Logo

#126a33 Color Hex

#126A33
(18,106,51)
0 Favorites   0 Comments

Color spaces of #126a33

RGB 1810651
HSL0.400.710.24
HSV143°83°42°
CMYK 0.830.000.52   0.58
XYZ6.001010.67574.8763
Yxy10.67570.27840.4953
Hunter Lab32.6737-24.394814.0230
CIE-Lab39.0288-38.096023.8530

#126a33 color RGB value is (18,106,51).

#126a33 hex color red value is 18, green value is 106 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #126a33 hue: 0.40 , saturation: 0.71 and the lightness value of 126a33 is 0.24.

The process color (four color CMYK) of #126a33 color hex is 0.83, 0.00, 0.52, 0.58. Web safe color of #126a33 is #006633. Color #126a33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 00110011
Octal 22 152 63
Decimal 18 106 51
Hex 12 6A 33

RGB Percentages of Color #126a33

%10.29
%60.57
%29.14

CMYK Percentages of Color #126a33

%83
%0
%52
%58

Triadic Colors of #126a33

#126a33 #33126a #6a3312

Analogous Colors of #126a33

#126a33 #126a5f #1d6a12

Monochromatic Colors of #126a33

#126a33

Complementary Color

#126a33 #6a1249

#126a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126a33 Color CSS Codes

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

#126a33 Text Font Color

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

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


#126a33 Background Color

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

This div background color is #126a33


#126a33 Border Color

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

This div border color is #126a33


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,106,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126a33; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126a33;
  -webkit-box-shadow: 1px 1px 3px 2px #126a33;
  box-shadow:         1px 1px 3px 2px #126a33; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126a33


Comments

No comments written yet.

Please login to write comment.