Color Hex Logo

#126673 Color Hex

#126673
(18,102,115)
0 Favorites   0 Comments

Color spaces of #126673

RGB 18102115
HSL0.520.730.26
HSV188°84°45°
CMYK 0.840.110.00   0.55
XYZ8.095310.869117.8909
Yxy10.86910.21970.2949
Hunter Lab32.9683-13.8643-9.0971
CIE-Lab39.3591-18.6276-14.0969

#126673 color RGB value is (18,102,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 01110011
Octal 22 146 163
Decimal 18 102 115
Hex 12 66 73

RGB Percentages of Color #126673

%7.66
%43.40
%48.94

CMYK Percentages of Color #126673

%84
%11
%0
%55

Triadic Colors of #126673

#126673 #731266 #667312

Analogous Colors of #126673

#126673 #123673 #127350

Monochromatic Colors of #126673

#126673

Complementary Color

#126673 #731f12

#126673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126673 Color CSS Codes

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

#126673 Text Font Color

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

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


#126673 Background Color

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

This div background color is #126673


#126673 Border Color

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

This div border color is #126673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126673


Comments

No comments written yet.

Please login to write comment.