Color Hex Logo

#12715d Color Hex

#12715D
(18,113,93)
0 Favorites   0 Comments

Color spaces of #12715d

RGB 1811393
HSL0.460.730.26
HSV167°84°44°
CMYK 0.840.000.18   0.56
XYZ8.130412.729212.3844
Yxy12.72920.24460.3829
Hunter Lab35.6780-21.75944.3941
CIE-Lab42.3524-31.21203.7050

#12715d color RGB value is (18,113,93).

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

The process color (four color CMYK) of #12715d color hex is 0.84, 0.00, 0.18, 0.56. Web safe color of #12715d is #006666. Color #12715d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 01011101
Octal 22 161 135
Decimal 18 113 93
Hex 12 71 5D

RGB Percentages of Color #12715d

%8.04
%50.45
%41.52

CMYK Percentages of Color #12715d

%84
%0
%18
%56

Triadic Colors of #12715d

#12715d #5d1271 #715d12

Analogous Colors of #12715d

#12715d #125671 #12712e

Monochromatic Colors of #12715d

#12715d

Complementary Color

#12715d #711226

#12715d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12715d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12715d Color CSS Codes

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

#12715d Text Font Color

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

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


#12715d Background Color

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

This div background color is #12715d


#12715d Border Color

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

This div border color is #12715d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12715d


Comments

No comments written yet.

Please login to write comment.