Color Hex Logo

#126abb Color Hex

#126ABB
(18,106,187)
0 Favorites   0 Comments

Color spaces of #126abb

RGB 18106187
HSL0.580.820.40
HSV209°90°73°
CMYK 0.900.430.00   0.27
XYZ14.373114.024548.9632
Yxy14.02450.18580.1813
Hunter Lab37.44932.9723-51.3044
CIE-Lab44.26806.6075-49.3158

#126abb color RGB value is (18,106,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 10111011
Octal 22 152 273
Decimal 18 106 187
Hex 12 6A BB

RGB Percentages of Color #126abb

%5.79
%34.08
%60.13

CMYK Percentages of Color #126abb

%90
%43
%0
%27

Triadic Colors of #126abb

#126abb #bb126a #6abb12

Analogous Colors of #126abb

#126abb #1216bb #12bbb8

Monochromatic Colors of #126abb

#126abb

Complementary Color

#126abb #bb6312

#126abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#126abb Color CSS Codes

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

#126abb Text Font Color

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

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


#126abb Background Color

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

This div background color is #126abb


#126abb Border Color

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

This div border color is #126abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,106,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 #126abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126abb


Comments

No comments written yet.

Please login to write comment.