Color Hex Logo

#1baadb Color Hex

#1BAADB
(27,170,219)
0 Favorites   0 Comments

Color spaces of #1baadb

RGB 27170219
HSL0.540.780.48
HSV195°88°86°
CMYK 0.880.220.00   0.14
XYZ27.612934.096972.1438
Yxy34.09690.20630.2547
Hunter Lab58.3926-17.7772-32.3778
CIE-Lab65.0394-18.1554-34.6353

#1baadb color RGB value is (27,170,219).

#1baadb hex color red value is 27, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1baadb hue: 0.54 , saturation: 0.78 and the lightness value of 1baadb is 0.48.

The process color (four color CMYK) of #1baadb color hex is 0.88, 0.22, 0.00, 0.14. Web safe color of #1baadb is #3399cc. Color #1baadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101010 11011011
Octal 33 252 333
Decimal 27 170 219
Hex 1B AA DB

RGB Percentages of Color #1baadb

%6.49
%40.87
%52.64

CMYK Percentages of Color #1baadb

%88
%22
%0
%14

Triadic Colors of #1baadb

#1baadb #db1baa #aadb1b

Analogous Colors of #1baadb

#1baadb #1b4adb #1bdbac

Monochromatic Colors of #1baadb

#1baadb

Complementary Color

#1baadb #db4c1b

#1baadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baadb Color CSS Codes

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

#1baadb Text Font Color

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

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


#1baadb Background Color

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

This div background color is #1baadb


#1baadb Border Color

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

This div border color is #1baadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,170,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1baadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1baadb;
  -webkit-box-shadow: 1px 1px 3px 2px #1baadb;
  box-shadow:         1px 1px 3px 2px #1baadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,170,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baadb


Comments

No comments written yet.

Please login to write comment.