Color Hex Logo

#126967 Color Hex

#126967
(18,105,103)
0 Favorites   0 Comments

Color spaces of #126967

RGB 18105103
HSL0.500.710.24
HSV179°83°41°
CMYK 0.830.000.02   0.59
XYZ7.749211.211014.5875
Yxy11.21100.23100.3342
Hunter Lab33.4828-17.2833-2.3930
CIE-Lab39.9336-24.2847-5.9008

#126967 color RGB value is (18,105,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01100111
Octal 22 151 147
Decimal 18 105 103
Hex 12 69 67

RGB Percentages of Color #126967

%7.96
%46.46
%45.58

CMYK Percentages of Color #126967

%83
%0
%2
%59

Triadic Colors of #126967

#126967 #671269 #696712

Analogous Colors of #126967

#126967 #124069 #12693c

Monochromatic Colors of #126967

#126967

Complementary Color

#126967 #691214

#126967 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126967 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126967 Color CSS Codes

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

#126967 Text Font Color

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

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


#126967 Background Color

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

This div background color is #126967


#126967 Border Color

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

This div border color is #126967


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126967


Comments

No comments written yet.

Please login to write comment.