Color Hex Logo

#126952 Color Hex

#126952
(18,105,82)
0 Favorites   0 Comments

Color spaces of #126952

RGB 1810582
HSL0.460.710.24
HSV164°83°41°
CMYK 0.830.000.22   0.59
XYZ6.824010.84099.7155
Yxy10.84090.24920.3959
Hunter Lab32.9255-20.62455.5529
CIE-Lab39.3112-30.59865.9928

#126952 color RGB value is (18,105,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01010010
Octal 22 151 122
Decimal 18 105 82
Hex 12 69 52

RGB Percentages of Color #126952

%8.78
%51.22
%40.00

CMYK Percentages of Color #126952

%83
%0
%22
%59

Triadic Colors of #126952

#126952 #521269 #695212

Analogous Colors of #126952

#126952 #125569 #126927

Monochromatic Colors of #126952

#126952

Complementary Color

#126952 #691229

#126952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126952 Color CSS Codes

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

#126952 Text Font Color

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

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


#126952 Background Color

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

This div background color is #126952


#126952 Border Color

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

This div border color is #126952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126952


Comments

No comments written yet.

Please login to write comment.