Color Hex Logo

#b1cefe Color Hex

#B1CEFE
(177,206,254)
0 Favorites   0 Comments

Color spaces of #b1cefe

RGB 177206254
HSL0.600.970.85
HSV217°30°100°
CMYK 0.300.190.00   0.00
XYZ58.092260.6455102.4099
Yxy60.64550.26270.2742
Hunter Lab77.8752-3.1269-23.4567
CIE-Lab82.18781.0996-26.6661

#b1cefe color RGB value is (177,206,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001110 11111110
Octal 261 316 376
Decimal 177 206 254
Hex B1 CE FE

RGB Percentages of Color #b1cefe

%27.79
%32.34
%39.87

CMYK Percentages of Color #b1cefe

%30
%19
%0
%0

Triadic Colors of #b1cefe

#b1cefe #feb1ce #cefeb1

Analogous Colors of #b1cefe

#b1cefe #bbb1fe #b1f5fe

Monochromatic Colors of #b1cefe

#b1cefe

Complementary Color

#b1cefe #fee1b1

#b1cefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cefe Color CSS Codes

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

#b1cefe Text Font Color

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

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


#b1cefe Background Color

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

This div background color is #b1cefe


#b1cefe Border Color

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

This div border color is #b1cefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cefe

Related Colors


Comments

No comments written yet.

Please login to write comment.