Color Hex Logo

#1babdd Color Hex

#1BABDD
(27,171,221)
0 Favorites   0 Comments

Color spaces of #1babdd

RGB 27171221
HSL0.540.780.49
HSV195°88°87°
CMYK 0.880.230.00   0.13
XYZ28.066034.579373.6018
Yxy34.57930.20600.2538
Hunter Lab58.8042-17.7130-33.0470
CIE-Lab65.4198-17.9936-35.1462

#1babdd color RGB value is (27,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 10101011 11011101
Octal 33 253 335
Decimal 27 171 221
Hex 1B AB DD

RGB Percentages of Color #1babdd

%6.44
%40.81
%52.74

CMYK Percentages of Color #1babdd

%88
%23
%0
%13

Triadic Colors of #1babdd

#1babdd #dd1bab #abdd1b

Analogous Colors of #1babdd

#1babdd #1b4add #1bddae

Monochromatic Colors of #1babdd

#1babdd

Complementary Color

#1babdd #dd4d1b

#1babdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1babdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1babdd Color CSS Codes

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

#1babdd Text Font Color

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

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


#1babdd Background Color

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

This div background color is #1babdd


#1babdd Border Color

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

This div border color is #1babdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1babdd


Comments

No comments written yet.

Please login to write comment.