Color Hex Logo

#126295 Color Hex

#126295
(18,98,149)
0 Favorites   0 Comments

Color spaces of #126295

RGB 1898149
HSL0.560.780.33
HSV203°88°58°
CMYK 0.880.340.00   0.42
XYZ10.042011.033930.0343
Yxy11.03390.19650.2159
Hunter Lab33.2173-4.1676-30.3565
CIE-Lab39.6375-3.4442-34.2647

#126295 color RGB value is (18,98,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100010 10010101
Octal 22 142 225
Decimal 18 98 149
Hex 12 62 95

RGB Percentages of Color #126295

%6.79
%36.98
%56.23

CMYK Percentages of Color #126295

%88
%34
%0
%42

Triadic Colors of #126295

#126295 #951262 #629512

Analogous Colors of #126295

#126295 #122195 #129587

Monochromatic Colors of #126295

#126295

Complementary Color

#126295 #954512

#126295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126295 Color CSS Codes

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

#126295 Text Font Color

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

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


#126295 Background Color

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

This div background color is #126295


#126295 Border Color

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

This div border color is #126295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126295


Comments

No comments written yet.

Please login to write comment.