Color Hex Logo

#126b8d Color Hex

#126B8D
(18,107,141)
0 Favorites   0 Comments

Color spaces of #126b8d

RGB 18107141
HSL0.550.770.31
HSV197°87°55°
CMYK 0.870.240.00   0.45
XYZ10.314912.567127.0813
Yxy12.56710.20640.2515
Hunter Lab35.4501-10.0996-20.4782
CIE-Lab42.1036-11.9518-25.5980

#126b8d color RGB value is (18,107,141).

#126b8d hex color red value is 18, green value is 107 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #126b8d hue: 0.55 , saturation: 0.77 and the lightness value of 126b8d is 0.31.

The process color (four color CMYK) of #126b8d color hex is 0.87, 0.24, 0.00, 0.45. Web safe color of #126b8d is #006699. Color #126b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 10001101
Octal 22 153 215
Decimal 18 107 141
Hex 12 6B 8D

RGB Percentages of Color #126b8d

%6.77
%40.23
%53.01

CMYK Percentages of Color #126b8d

%87
%24
%0
%45

Triadic Colors of #126b8d

#126b8d #8d126b #6b8d12

Analogous Colors of #126b8d

#126b8d #122d8d #128d72

Monochromatic Colors of #126b8d

#126b8d

Complementary Color

#126b8d #8d3412

#126b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#126b8d Color CSS Codes

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

#126b8d Text Font Color

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

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


#126b8d Background Color

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

This div background color is #126b8d


#126b8d Border Color

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

This div border color is #126b8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,107,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126b8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126b8d;
  -webkit-box-shadow: 1px 1px 3px 2px #126b8d;
  box-shadow:         1px 1px 3px 2px #126b8d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126b8d


Comments

No comments written yet.

Please login to write comment.