Color Hex Logo

#1279ac Color Hex

#1279AC
(18,121,172)
0 Favorites   0 Comments

Color spaces of #1279ac

RGB 18121172
HSL0.560.810.37
HSV200°90°67°
CMYK 0.900.300.00   0.33
XYZ14.533216.781941.5030
Yxy16.78190.19960.2305
Hunter Lab40.9657-8.3645-31.3916
CIE-Lab47.9840-8.4244-34.6944

#1279ac color RGB value is (18,121,172).

#1279ac hex color red value is 18, green value is 121 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1279ac hue: 0.56 , saturation: 0.81 and the lightness value of 1279ac is 0.37.

The process color (four color CMYK) of #1279ac color hex is 0.90, 0.30, 0.00, 0.33. Web safe color of #1279ac is #006699. Color #1279ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01111001 10101100
Octal 22 171 254
Decimal 18 121 172
Hex 12 79 AC

RGB Percentages of Color #1279ac

%5.79
%38.91
%55.31

CMYK Percentages of Color #1279ac

%90
%30
%0
%33

Triadic Colors of #1279ac

#1279ac #ac1279 #79ac12

Analogous Colors of #1279ac

#1279ac #122cac #12ac92

Monochromatic Colors of #1279ac

#1279ac

Complementary Color

#1279ac #ac4512

#1279ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1279ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1279ac Color CSS Codes

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

#1279ac Text Font Color

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

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


#1279ac Background Color

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

This div background color is #1279ac


#1279ac Border Color

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

This div border color is #1279ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1279ac


Comments

No comments written yet.

Please login to write comment.