Color Hex Logo

#1a86bb Color Hex

#1A86BB
(26,134,187)
0 Favorites   0 Comments

Color spaces of #1a86bb

RGB 26134187
HSL0.550.760.42
HSV200°86°73°
CMYK 0.860.280.00   0.27
XYZ17.920720.857750.0951
Yxy20.85770.20160.2347
Hunter Lab45.6702-9.8807-33.0653
CIE-Lab52.7934-9.8137-35.7887

#1a86bb color RGB value is (26,134,187).

#1a86bb hex color red value is 26, green value is 134 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #1a86bb hue: 0.55 , saturation: 0.76 and the lightness value of 1a86bb is 0.42.

The process color (four color CMYK) of #1a86bb color hex is 0.86, 0.28, 0.00, 0.27. Web safe color of #1a86bb is #3399cc. Color #1a86bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011010 10000110 10111011
Octal 32 206 273
Decimal 26 134 187
Hex 1A 86 BB

RGB Percentages of Color #1a86bb

%7.49
%38.62
%53.89

CMYK Percentages of Color #1a86bb

%86
%28
%0
%27

Triadic Colors of #1a86bb

#1a86bb #bb1a86 #86bb1a

Analogous Colors of #1a86bb

#1a86bb #1a36bb #1abba0

Monochromatic Colors of #1a86bb

#1a86bb

Complementary Color

#1a86bb #bb4f1a

#1a86bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a86bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a86bb Color CSS Codes

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

#1a86bb Text Font Color

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

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


#1a86bb Background Color

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

This div background color is #1a86bb


#1a86bb Border Color

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

This div border color is #1a86bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(26,134,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1a86bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1a86bb;
  -webkit-box-shadow: 1px 1px 3px 2px #1a86bb;
  box-shadow:         1px 1px 3px 2px #1a86bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(26,134,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 #1a86bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a86bb


Comments

No comments written yet.

Please login to write comment.