Color Hex Logo

#12756f Color Hex

#12756F
(18,117,111)
0 Favorites   0 Comments

Color spaces of #12756f

RGB 18117111
HSL0.490.730.26
HSV176°85°46°
CMYK 0.850.000.05   0.54
XYZ9.480013.998917.2413
Yxy13.99890.23280.3438
Hunter Lab37.4151-20.2492-1.1309
CIE-Lab44.2314-27.7397-4.3543

#12756f color RGB value is (18,117,111).

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

The process color (four color CMYK) of #12756f color hex is 0.85, 0.00, 0.05, 0.54. Web safe color of #12756f is #006666. Color #12756f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01110101 01101111
Octal 22 165 157
Decimal 18 117 111
Hex 12 75 6F

RGB Percentages of Color #12756f

%7.32
%47.56
%45.12

CMYK Percentages of Color #12756f

%85
%0
%5
%54

Triadic Colors of #12756f

#12756f #6f1275 #756f12

Analogous Colors of #12756f

#12756f #124975 #12753e

Monochromatic Colors of #12756f

#12756f

Complementary Color

#12756f #751218

#12756f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12756f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12756f Color CSS Codes

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

#12756f Text Font Color

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

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


#12756f Background Color

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

This div background color is #12756f


#12756f Border Color

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

This div border color is #12756f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,117,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12756f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12756f;
  -webkit-box-shadow: 1px 1px 3px 2px #12756f;
  box-shadow:         1px 1px 3px 2px #12756f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12756f


Comments

No comments written yet.

Please login to write comment.