Color Hex Logo

#12697f Color Hex

#12697F
(18,105,127)
0 Favorites   0 Comments

Color spaces of #12697f

RGB 18105127
HSL0.530.750.28
HSV192°86°50°
CMYK 0.860.170.00   0.50
XYZ9.131811.764121.8681
Yxy11.76410.21350.2751
Hunter Lab34.2988-12.4987-13.7927
CIE-Lab40.8387-15.9907-19.1265

#12697f color RGB value is (18,105,127).

#12697f hex color red value is 18, green value is 105 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #12697f hue: 0.53 , saturation: 0.75 and the lightness value of 12697f is 0.28.

The process color (four color CMYK) of #12697f color hex is 0.86, 0.17, 0.00, 0.50. Web safe color of #12697f is #006666. Color #12697f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 01111111
Octal 22 151 177
Decimal 18 105 127
Hex 12 69 7F

RGB Percentages of Color #12697f

%7.20
%42.00
%50.80

CMYK Percentages of Color #12697f

%86
%17
%0
%50

Triadic Colors of #12697f

#12697f #7f1269 #697f12

Analogous Colors of #12697f

#12697f #12337f #127f5e

Monochromatic Colors of #12697f

#12697f

Complementary Color

#12697f #7f2812

#12697f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12697f Color Preview on White Background

Lorem ipsum dolor sit amet.

#12697f Color CSS Codes

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

#12697f Text Font Color

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

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


#12697f Background Color

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

This div background color is #12697f


#12697f Border Color

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

This div border color is #12697f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #12697f


Comments

No comments written yet.

Please login to write comment.