Color Hex Logo

#136656 Color Hex

#136656
(19,102,86)
0 Favorites   0 Comments

Color spaces of #136656

RGB 1910286
HSL0.470.690.24
HSV168°81°40°
CMYK 0.810.000.16   0.60
XYZ6.699610.313110.4416
Yxy10.31310.24400.3756
Hunter Lab32.1140-18.96103.2022
CIE-Lab38.3986-27.93552.2462

#136656 color RGB value is (19,102,86).

#136656 hex color red value is 19, green value is 102 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #136656 hue: 0.47 , saturation: 0.69 and the lightness value of 136656 is 0.24.

The process color (four color CMYK) of #136656 color hex is 0.81, 0.00, 0.16, 0.60. Web safe color of #136656 is #006666. Color #136656 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100110 01010110
Octal 23 146 126
Decimal 19 102 86
Hex 13 66 56

RGB Percentages of Color #136656

%9.18
%49.28
%41.55

CMYK Percentages of Color #136656

%81
%0
%16
%60

Triadic Colors of #136656

#136656 #561366 #665613

Analogous Colors of #136656

#136656 #134d66 #13662d

Monochromatic Colors of #136656

#136656

Complementary Color

#136656 #661323

#136656 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136656 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136656 Color CSS Codes

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

#136656 Text Font Color

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

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


#136656 Background Color

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

This div background color is #136656


#136656 Border Color

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

This div border color is #136656


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136656


Comments

No comments written yet.

Please login to write comment.