Color Hex Logo

#136666 Color Hex

#136666
(19,102,102)
0 Favorites   0 Comments

Color spaces of #136666

RGB 19102102
HSL0.500.690.24
HSV180°81°40°
CMYK 0.810.000.00   0.60
XYZ7.418210.600514.2255
Yxy10.60050.23010.3288
Hunter Lab32.5584-16.3073-3.1142
CIE-Lab38.8993-22.9584-6.8304

#136666 color RGB value is (19,102,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100110 01100110
Octal 23 146 146
Decimal 19 102 102
Hex 13 66 66

RGB Percentages of Color #136666

%8.52
%45.74
%45.74

CMYK Percentages of Color #136666

%81
%0
%0
%60

Triadic Colors of #136666

#136666 #661366 #666613

Analogous Colors of #136666

#136666 #133d66 #13663d

Monochromatic Colors of #136666

#136666

Complementary Color

#136666 #661313

#136666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136666 Color CSS Codes

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

#136666 Text Font Color

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

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


#136666 Background Color

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

This div background color is #136666


#136666 Border Color

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

This div border color is #136666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136666


Comments

No comments written yet.

Please login to write comment.