Color Hex Logo

#b1deff Color Hex

#B1DEFF
(177,222,255)
0 Favorites   0 Comments

Color spaces of #b1deff

RGB 177222255
HSL0.571.000.85
HSV205°31°100°
CMYK 0.310.130.00   0.00
XYZ62.302768.8097104.6056
Yxy68.80970.26430.2919
Hunter Lab82.9516-11.0988-16.7011
CIE-Lab86.4097-7.0849-20.7775

#b1deff color RGB value is (177,222,255).

#b1deff hex color red value is 177, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b1deff hue: 0.57 , saturation: 1.00 and the lightness value of b1deff is 0.85.

The process color (four color CMYK) of #b1deff color hex is 0.31, 0.13, 0.00, 0.00. Web safe color of #b1deff is #99ccff. Color #b1deff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011110 11111111
Octal 261 336 377
Decimal 177 222 255
Hex B1 DE FF

RGB Percentages of Color #b1deff

%27.06
%33.94
%38.99

CMYK Percentages of Color #b1deff

%31
%13
%0
%0

Triadic Colors of #b1deff

#b1deff #ffb1de #deffb1

Analogous Colors of #b1deff

#b1deff #b1b7ff #b1fff9

Monochromatic Colors of #b1deff

#b1deff

Complementary Color

#b1deff #ffd2b1

#b1deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1deff Color CSS Codes

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

#b1deff Text Font Color

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

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


#b1deff Background Color

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

This div background color is #b1deff


#b1deff Border Color

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

This div border color is #b1deff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,222,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1deff

#b1deff Color Palettes


Comments

No comments written yet.

Please login to write comment.