Color Hex Logo

#1297ac Color Hex

#1297AC
(18,151,172)
0 Favorites   0 Comments

Color spaces of #1297ac

RGB 18151172
HSL0.520.810.37
HSV188°90°67°
CMYK 0.900.120.00   0.33
XYZ18.762525.240442.9127
Yxy25.24040.21590.2904
Hunter Lab50.2398-21.2573-15.4751
CIE-Lab57.3089-24.8563-20.2407

#1297ac color RGB value is (18,151,172).

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

The process color (four color CMYK) of #1297ac color hex is 0.90, 0.12, 0.00, 0.33. Web safe color of #1297ac is #009999. Color #1297ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10010111 10101100
Octal 22 227 254
Decimal 18 151 172
Hex 12 97 AC

RGB Percentages of Color #1297ac

%5.28
%44.28
%50.44

CMYK Percentages of Color #1297ac

%90
%12
%0
%33

Triadic Colors of #1297ac

#1297ac #ac1297 #97ac12

Analogous Colors of #1297ac

#1297ac #124aac #12ac74

Monochromatic Colors of #1297ac

#1297ac

Complementary Color

#1297ac #ac2712

#1297ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1297ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1297ac Color CSS Codes

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

#1297ac Text Font Color

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

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


#1297ac Background Color

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

This div background color is #1297ac


#1297ac Border Color

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

This div border color is #1297ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,151,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 #1297ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1297ac


Comments

No comments written yet.

Please login to write comment.