Color Hex Logo

#126693 Color Hex

#126693
(18,102,147)
0 Favorites   0 Comments

Color spaces of #126693

RGB 18102147
HSL0.560.780.32
HSV201°88°58°
CMYK 0.880.310.00   0.42
XYZ10.267311.737929.3283
Yxy11.73790.20000.2287
Hunter Lab34.2606-6.4628-26.7719
CIE-Lab40.7965-6.6851-31.2383

#126693 color RGB value is (18,102,147).

#126693 hex color red value is 18, green value is 102 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #126693 hue: 0.56 , saturation: 0.78 and the lightness value of 126693 is 0.32.

The process color (four color CMYK) of #126693 color hex is 0.88, 0.31, 0.00, 0.42. Web safe color of #126693 is #006699. Color #126693 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100110 10010011
Octal 22 146 223
Decimal 18 102 147
Hex 12 66 93

RGB Percentages of Color #126693

%6.74
%38.20
%55.06

CMYK Percentages of Color #126693

%88
%31
%0
%42

Triadic Colors of #126693

#126693 #931266 #669312

Analogous Colors of #126693

#126693 #122693 #129380

Monochromatic Colors of #126693

#126693

Complementary Color

#126693 #933f12

#126693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126693 Color CSS Codes

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

#126693 Text Font Color

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

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


#126693 Background Color

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

This div background color is #126693


#126693 Border Color

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

This div border color is #126693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126693


Comments

No comments written yet.

Please login to write comment.