Color Hex Logo

#126dbb Color Hex

#126DBB
(18,109,187)
0 Favorites   0 Comments

Color spaces of #126dbb

RGB 18109187
HSL0.580.820.40
HSV208°90°73°
CMYK 0.900.420.00   0.27
XYZ14.687714.653749.0680
Yxy14.65370.18730.1869
Hunter Lab38.28021.4983-49.2026
CIE-Lab45.15624.7088-47.8938

#126dbb color RGB value is (18,109,187).

#126dbb hex color red value is 18, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #126dbb hue: 0.58 , saturation: 0.82 and the lightness value of 126dbb is 0.40.

The process color (four color CMYK) of #126dbb color hex is 0.90, 0.42, 0.00, 0.27. Web safe color of #126dbb is #0066cc. Color #126dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101101 10111011
Octal 22 155 273
Decimal 18 109 187
Hex 12 6D BB

RGB Percentages of Color #126dbb

%5.73
%34.71
%59.55

CMYK Percentages of Color #126dbb

%90
%42
%0
%27

Triadic Colors of #126dbb

#126dbb #bb126d #6dbb12

Analogous Colors of #126dbb

#126dbb #1218bb #12bbb5

Monochromatic Colors of #126dbb

#126dbb

Complementary Color

#126dbb #bb6012

#126dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#126dbb Color CSS Codes

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

#126dbb Text Font Color

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

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


#126dbb Background Color

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

This div background color is #126dbb


#126dbb Border Color

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

This div border color is #126dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126dbb


Comments

No comments written yet.

Please login to write comment.