Color Hex Logo

#126972 Color Hex

#126972
(18,105,114)
0 Favorites   0 Comments

Color spaces of #126972

RGB 18105114
HSL0.520.730.26
HSV186°84°45°
CMYK 0.840.080.00   0.55
XYZ8.338311.446717.6895
Yxy11.44670.22250.3055
Hunter Lab33.8330-15.2155-7.3166
CIE-Lab40.3229-20.6022-12.0227

#126972 color RGB value is (18,105,114).

#126972 hex color red value is 18, green value is 105 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #126972 hue: 0.52 , saturation: 0.73 and the lightness value of 126972 is 0.26.

The process color (four color CMYK) of #126972 color hex is 0.84, 0.08, 0.00, 0.55. Web safe color of #126972 is #006666. Color #126972 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01110010
Octal 22 151 162
Decimal 18 105 114
Hex 12 69 72

RGB Percentages of Color #126972

%7.59
%44.30
%48.10

CMYK Percentages of Color #126972

%84
%8
%0
%55

Triadic Colors of #126972

#126972 #721269 #697212

Analogous Colors of #126972

#126972 #123972 #12724b

Monochromatic Colors of #126972

#126972

Complementary Color

#126972 #721b12

#126972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126972 Color CSS Codes

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

#126972 Text Font Color

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

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


#126972 Background Color

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

This div background color is #126972


#126972 Border Color

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

This div border color is #126972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126972


Comments

No comments written yet.

Please login to write comment.