Color Hex Logo

#1a84bb Color Hex

#1A84BB
(26,132,187)
0 Favorites   0 Comments

Color spaces of #1a84bb

RGB 26132187
HSL0.560.760.42
HSV200°86°73°
CMYK 0.860.290.00   0.27
XYZ17.646920.310050.0038
Yxy20.31000.20060.2309
Hunter Lab45.0666-8.9707-34.2388
CIE-Lab52.1859-8.6629-36.7423

#1a84bb color RGB value is (26,132,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011010 10000100 10111011
Octal 32 204 273
Decimal 26 132 187
Hex 1A 84 BB

RGB Percentages of Color #1a84bb

%7.54
%38.26
%54.20

CMYK Percentages of Color #1a84bb

%86
%29
%0
%27

Triadic Colors of #1a84bb

#1a84bb #bb1a84 #84bb1a

Analogous Colors of #1a84bb

#1a84bb #1a34bb #1abba2

Monochromatic Colors of #1a84bb

#1a84bb

Complementary Color

#1a84bb #bb511a

#1a84bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1a84bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1a84bb Color CSS Codes

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

#1a84bb Text Font Color

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

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


#1a84bb Background Color

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

This div background color is #1a84bb


#1a84bb Border Color

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

This div border color is #1a84bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1a84bb


Comments

No comments written yet.

Please login to write comment.