Color Hex Logo

#126670 Color Hex

#126670
(18,102,112)
0 Favorites   0 Comments

Color spaces of #126670

RGB 18102112
HSL0.520.720.25
HSV186°84°44°
CMYK 0.840.090.00   0.56
XYZ7.925510.801216.9964
Yxy10.80120.22190.3024
Hunter Lab32.8652-14.4685-7.6565
CIE-Lab39.2436-19.6787-12.4392

#126670 color RGB value is (18,102,112).

#126670 hex color red value is 18, green value is 102 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #126670 hue: 0.52 , saturation: 0.72 and the lightness value of 126670 is 0.25.

The process color (four color CMYK) of #126670 color hex is 0.84, 0.09, 0.00, 0.56. Web safe color of #126670 is #006666. Color #126670 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01110000
Octal 22 146 160
Decimal 18 102 112
Hex 12 66 70

RGB Percentages of Color #126670

%7.76
%43.97
%48.28

CMYK Percentages of Color #126670

%84
%9
%0
%56

Triadic Colors of #126670

#126670 #701266 #667012

Analogous Colors of #126670

#126670 #123770 #12704b

Monochromatic Colors of #126670

#126670

Complementary Color

#126670 #701c12

#126670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126670 Color CSS Codes

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

#126670 Text Font Color

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

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


#126670 Background Color

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

This div background color is #126670


#126670 Border Color

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

This div border color is #126670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126670


Comments

No comments written yet.

Please login to write comment.