Color Hex Logo

#126353 Color Hex

#126353
(18,99,83)
0 Favorites   0 Comments

Color spaces of #126353

RGB 189983
HSL0.470.690.23
HSV168°82°39°
CMYK 0.820.000.16   0.61
XYZ6.27269.67689.7208
Yxy9.67680.24440.3770
Hunter Lab31.1076-18.44513.2478
CIE-Lab37.2560-27.49512.4331

#126353 color RGB value is (18,99,83).

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

The process color (four color CMYK) of #126353 color hex is 0.82, 0.00, 0.16, 0.61. Web safe color of #126353 is #006666. Color #126353 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100011 01010011
Octal 22 143 123
Decimal 18 99 83
Hex 12 63 53

RGB Percentages of Color #126353

%9.00
%49.50
%41.50

CMYK Percentages of Color #126353

%82
%0
%16
%61

Triadic Colors of #126353

#126353 #531263 #635312

Analogous Colors of #126353

#126353 #124b63 #12632b

Monochromatic Colors of #126353

#126353

Complementary Color

#126353 #631222

#126353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126353 Color CSS Codes

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

#126353 Text Font Color

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

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


#126353 Background Color

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

This div background color is #126353


#126353 Border Color

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

This div border color is #126353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126353


Comments

No comments written yet.

Please login to write comment.