Color Hex Logo

#126279 Color Hex

#126279
(18,98,121)
0 Favorites   0 Comments

Color spaces of #126279

RGB 1898121
HSL0.540.740.27
HSV193°85°47°
CMYK 0.850.190.00   0.53
XYZ8.068310.244419.6413
Yxy10.24440.21260.2699
Hunter Lab32.0069-11.0157-13.9790
CIE-Lab38.2775-14.2105-19.4237

#126279 color RGB value is (18,98,121).

#126279 hex color red value is 18, green value is 98 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #126279 hue: 0.54 , saturation: 0.74 and the lightness value of 126279 is 0.27.

The process color (four color CMYK) of #126279 color hex is 0.85, 0.19, 0.00, 0.53. Web safe color of #126279 is #006666. Color #126279 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100010 01111001
Octal 22 142 171
Decimal 18 98 121
Hex 12 62 79

RGB Percentages of Color #126279

%7.59
%41.35
%51.05

CMYK Percentages of Color #126279

%85
%19
%0
%53

Triadic Colors of #126279

#126279 #791262 #627912

Analogous Colors of #126279

#126279 #122f79 #12795d

Monochromatic Colors of #126279

#126279

Complementary Color

#126279 #792912

#126279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126279 Color CSS Codes

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

#126279 Text Font Color

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

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


#126279 Background Color

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

This div background color is #126279


#126279 Border Color

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

This div border color is #126279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126279


Comments

No comments written yet.

Please login to write comment.