Color Hex Logo

#12666a Color Hex

#12666A
(18,102,106)
0 Favorites   0 Comments

Color spaces of #12666a

RGB 18102106
HSL0.510.710.24
HSV183°83°42°
CMYK 0.830.040.00   0.58
XYZ7.602310.671915.2949
Yxy10.67190.22650.3179
Hunter Lab32.6679-15.6292-4.8917
CIE-Lab39.0223-21.7353-9.1002

#12666a color RGB value is (18,102,106).

#12666a hex color red value is 18, green value is 102 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #12666a hue: 0.51 , saturation: 0.71 and the lightness value of 12666a is 0.24.

The process color (four color CMYK) of #12666a color hex is 0.83, 0.04, 0.00, 0.58. Web safe color of #12666a is #006666. Color #12666a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01101010
Octal 22 146 152
Decimal 18 102 106
Hex 12 66 6A

RGB Percentages of Color #12666a

%7.96
%45.13
%46.90

CMYK Percentages of Color #12666a

%83
%4
%0
%58

Triadic Colors of #12666a

#12666a #6a1266 #666a12

Analogous Colors of #12666a

#12666a #123a6a #126a42

Monochromatic Colors of #12666a

#12666a

Complementary Color

#12666a #6a1612

#12666a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12666a Color Preview on White Background

Lorem ipsum dolor sit amet.

#12666a Color CSS Codes

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

#12666a Text Font Color

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

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


#12666a Background Color

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

This div background color is #12666a


#12666a Border Color

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

This div border color is #12666a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,102,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 #12666a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12666a


Comments

No comments written yet.

Please login to write comment.