Color Hex Logo

#12675c Color Hex

#12675C
(18,103,92)
0 Favorites   0 Comments

Color spaces of #12675c

RGB 1810392
HSL0.480.700.24
HSV172°83°40°
CMYK 0.830.000.11   0.60
XYZ7.031510.601811.8010
Yxy10.60180.23890.3602
Hunter Lab32.5604-18.43321.3036
CIE-Lab38.9015-26.7474-0.6985

#12675c color RGB value is (18,103,92).

#12675c hex color red value is 18, green value is 103 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #12675c hue: 0.48 , saturation: 0.70 and the lightness value of 12675c is 0.24.

The process color (four color CMYK) of #12675c color hex is 0.83, 0.00, 0.11, 0.60. Web safe color of #12675c is #006666. Color #12675c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100111 01011100
Octal 22 147 134
Decimal 18 103 92
Hex 12 67 5C

RGB Percentages of Color #12675c

%8.45
%48.36
%43.19

CMYK Percentages of Color #12675c

%83
%0
%11
%60

Triadic Colors of #12675c

#12675c #5c1267 #675c12

Analogous Colors of #12675c

#12675c #124867 #126732

Monochromatic Colors of #12675c

#12675c

Complementary Color

#12675c #67121d

#12675c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12675c Color Preview on White Background

Lorem ipsum dolor sit amet.

#12675c Color CSS Codes

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

#12675c Text Font Color

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

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


#12675c Background Color

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

This div background color is #12675c


#12675c Border Color

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

This div border color is #12675c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,103,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12675c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12675c;
  -webkit-box-shadow: 1px 1px 3px 2px #12675c;
  box-shadow:         1px 1px 3px 2px #12675c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12675c


Comments

No comments written yet.

Please login to write comment.