Color Hex Logo

#1bdafb Color Hex

#1BDAFB
(27,218,251)
0 Favorites   0 Comments

Color spaces of #1bdafb

RGB 27218251
HSL0.520.970.55
HSV189°89°98°
CMYK 0.890.130.00   0.02
XYZ42.936057.3409100.0717
Yxy57.34090.21430.2862
Hunter Lab75.7238-31.3056-25.3472
CIE-Lab80.3710-31.7457-28.2958

#1bdafb color RGB value is (27,218,251).

#1bdafb hex color red value is 27, green value is 218 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1bdafb hue: 0.52 , saturation: 0.97 and the lightness value of 1bdafb is 0.55.

The process color (four color CMYK) of #1bdafb color hex is 0.89, 0.13, 0.00, 0.02. Web safe color of #1bdafb is #33ccff. Color #1bdafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11011010 11111011
Octal 33 332 373
Decimal 27 218 251
Hex 1B DA FB

RGB Percentages of Color #1bdafb

%5.44
%43.95
%50.60

CMYK Percentages of Color #1bdafb

%89
%13
%0
%2

Triadic Colors of #1bdafb

#1bdafb #fb1bda #dafb1b

Analogous Colors of #1bdafb

#1bdafb #1b6afb #1bfbac

Monochromatic Colors of #1bdafb

#1bdafb

Complementary Color

#1bdafb #fb3c1b

#1bdafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bdafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bdafb Color CSS Codes

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

#1bdafb Text Font Color

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

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


#1bdafb Background Color

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

This div background color is #1bdafb


#1bdafb Border Color

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

This div border color is #1bdafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bdafb


Comments

No comments written yet.

Please login to write comment.