Color Hex Logo

#126625 Color Hex

#126625
(18,102,37)
0 Favorites   0 Comments

Color spaces of #126625

RGB 1810237
HSL0.370.700.24
HSV134°82°40°
CMYK 0.820.000.64   0.60
XYZ5.33489.76493.3539
Yxy9.76490.28910.5292
Hunter Lab31.2488-24.212015.5107
CIE-Lab37.4171-38.807529.4044

#126625 color RGB value is (18,102,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 00100101
Octal 22 146 45
Decimal 18 102 37
Hex 12 66 25

RGB Percentages of Color #126625

%11.46
%64.97
%23.57

CMYK Percentages of Color #126625

%82
%0
%64
%60

Triadic Colors of #126625

#126625 #251266 #662512

Analogous Colors of #126625

#126625 #12664f #296612

Monochromatic Colors of #126625

#126625

Complementary Color

#126625 #661253

#126625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126625 Color CSS Codes

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

#126625 Text Font Color

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

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


#126625 Background Color

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

This div background color is #126625


#126625 Border Color

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

This div border color is #126625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126625


Comments

No comments written yet.

Please login to write comment.