Color Hex Logo

#12716a Color Hex

#12716A
(18,113,106)
0 Favorites   0 Comments

Color spaces of #12716a

RGB 18113106
HSL0.490.730.26
HSV176°84°44°
CMYK 0.840.000.06   0.56
XYZ8.756112.979515.6795
Yxy12.97950.23400.3469
Hunter Lab36.0271-19.6643-0.5849
CIE-Lab42.7323-27.3375-3.5678

#12716a color RGB value is (18,113,106).

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

The process color (four color CMYK) of #12716a color hex is 0.84, 0.00, 0.06, 0.56. Web safe color of #12716a is #006666. Color #12716a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110001 01101010
Octal 22 161 152
Decimal 18 113 106
Hex 12 71 6A

RGB Percentages of Color #12716a

%7.59
%47.68
%44.73

CMYK Percentages of Color #12716a

%84
%0
%6
%56

Triadic Colors of #12716a

#12716a #6a1271 #716a12

Analogous Colors of #12716a

#12716a #124971 #12713b

Monochromatic Colors of #12716a

#12716a

Complementary Color

#12716a #711219

#12716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12716a Color CSS Codes

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

#12716a Text Font Color

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

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


#12716a Background Color

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

This div background color is #12716a


#12716a Border Color

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

This div border color is #12716a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12716a


Comments

No comments written yet.

Please login to write comment.