Color Hex Logo

#b1dffe Color Hex

#B1DFFE
(177,223,254)
0 Favorites   0 Comments

Color spaces of #b1dffe

RGB 177223254
HSL0.570.970.85
HSV204°30°100°
CMYK 0.300.120.00   0.00
XYZ62.408569.2782103.8487
Yxy69.27820.26500.2941
Hunter Lab83.2335-11.8194-15.7114
CIE-Lab86.6416-7.8388-19.9005

#b1dffe color RGB value is (177,223,254).

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

The process color (four color CMYK) of #b1dffe color hex is 0.30, 0.12, 0.00, 0.00. Web safe color of #b1dffe is #99ccff. Color #b1dffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011111 11111110
Octal 261 337 376
Decimal 177 223 254
Hex B1 DF FE

RGB Percentages of Color #b1dffe

%27.06
%34.10
%38.84

CMYK Percentages of Color #b1dffe

%30
%12
%0
%0

Triadic Colors of #b1dffe

#b1dffe #feb1df #dffeb1

Analogous Colors of #b1dffe

#b1dffe #b1b9fe #b1fef7

Monochromatic Colors of #b1dffe

#b1dffe

Complementary Color

#b1dffe #fed0b1

#b1dffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dffe Color CSS Codes

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

#b1dffe Text Font Color

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

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


#b1dffe Background Color

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

This div background color is #b1dffe


#b1dffe Border Color

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

This div border color is #b1dffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dffe

Related Colors


Comments

No comments written yet.

Please login to write comment.