Color Hex Logo

#b1dffb Color Hex

#B1DFFB
(177,223,251)
0 Favorites   0 Comments

Color spaces of #b1dffb

RGB 177223251
HSL0.560.900.84
HSV203°29°98°
CMYK 0.290.110.00   0.02
XYZ61.931769.0875101.3379
Yxy69.08750.26650.2973
Hunter Lab83.1189-12.4581-14.1027
CIE-Lab86.5474-8.5420-18.4635

#b1dffb color RGB value is (177,223,251).

#b1dffb hex color red value is 177, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #b1dffb hue: 0.56 , saturation: 0.90 and the lightness value of b1dffb is 0.84.

The process color (four color CMYK) of #b1dffb color hex is 0.29, 0.11, 0.00, 0.02. Web safe color of #b1dffb is #99ccff. Color #b1dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 11111011
Octal 261 337 373
Decimal 177 223 251
Hex B1 DF FB

RGB Percentages of Color #b1dffb

%27.19
%34.25
%38.56

CMYK Percentages of Color #b1dffb

%29
%11
%0
%2

Triadic Colors of #b1dffb

#b1dffb #fbb1df #dffbb1

Analogous Colors of #b1dffb

#b1dffb #b1bafb #b1fbf2

Monochromatic Colors of #b1dffb

#b1dffb

Complementary Color

#b1dffb #fbcdb1

#b1dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dffb Color CSS Codes

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

#b1dffb Text Font Color

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

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


#b1dffb Background Color

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

This div background color is #b1dffb


#b1dffb Border Color

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

This div border color is #b1dffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,223,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 #b1dffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dffb


Comments

No comments written yet.

Please login to write comment.