Color Hex Logo

#12736d Color Hex

#12736D
(18,115,109)
0 Favorites   0 Comments

Color spaces of #12736d

RGB 18115109
HSL0.490.730.26
HSV176°84°45°
CMYK 0.840.000.05   0.55
XYZ9.140513.494216.5909
Yxy13.49420.23300.3440
Hunter Lab36.7345-19.8698-1.0639
CIE-Lab43.4986-27.3832-4.2396

#12736d color RGB value is (18,115,109).

#12736d hex color red value is 18, green value is 115 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #12736d hue: 0.49 , saturation: 0.73 and the lightness value of 12736d is 0.26.

The process color (four color CMYK) of #12736d color hex is 0.84, 0.00, 0.05, 0.55. Web safe color of #12736d is #006666. Color #12736d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110011 01101101
Octal 22 163 155
Decimal 18 115 109
Hex 12 73 6D

RGB Percentages of Color #12736d

%7.44
%47.52
%45.04

CMYK Percentages of Color #12736d

%84
%0
%5
%55

Triadic Colors of #12736d

#12736d #6d1273 #736d12

Analogous Colors of #12736d

#12736d #124973 #12733d

Monochromatic Colors of #12736d

#12736d

Complementary Color

#12736d #731218

#12736d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12736d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12736d Color CSS Codes

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

#12736d Text Font Color

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

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


#12736d Background Color

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

This div background color is #12736d


#12736d Border Color

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

This div border color is #12736d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,115,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12736d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12736d;
  -webkit-box-shadow: 1px 1px 3px 2px #12736d;
  box-shadow:         1px 1px 3px 2px #12736d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12736d


Comments

No comments written yet.

Please login to write comment.