Color Hex Logo

#1baadd Color Hex

#1BAADD
(27,170,221)
0 Favorites   0 Comments

Color spaces of #1baadd

RGB 27170221
HSL0.540.780.49
HSV196°88°87°
CMYK 0.880.230.00   0.13
XYZ27.877934.202973.5391
Yxy34.20290.20560.2522
Hunter Lab58.4832-17.2580-33.6153
CIE-Lab65.1233-17.4611-35.6076

#1baadd color RGB value is (27,170,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101010 11011101
Octal 33 252 335
Decimal 27 170 221
Hex 1B AA DD

RGB Percentages of Color #1baadd

%6.46
%40.67
%52.87

CMYK Percentages of Color #1baadd

%88
%23
%0
%13

Triadic Colors of #1baadd

#1baadd #dd1baa #aadd1b

Analogous Colors of #1baadd

#1baadd #1b49dd #1bddaf

Monochromatic Colors of #1baadd

#1baadd

Complementary Color

#1baadd #dd4e1b

#1baadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1baadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1baadd Color CSS Codes

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

#1baadd Text Font Color

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

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


#1baadd Background Color

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

This div background color is #1baadd


#1baadd Border Color

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

This div border color is #1baadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1baadd


Comments

No comments written yet.

Please login to write comment.