Color Hex Logo

#b1cffd Color Hex

#B1CFFD
(177,207,253)
0 Favorites   0 Comments

Color spaces of #b1cffd

RGB 177207253
HSL0.600.950.84
HSV216°30°99°
CMYK 0.300.180.00   0.01
XYZ58.173961.0646101.6491
Yxy61.06460.26340.2765
Hunter Lab78.1438-3.8680-22.4234
CIE-Lab82.41350.3258-25.7906

#b1cffd color RGB value is (177,207,253).

#b1cffd hex color red value is 177, green value is 207 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #b1cffd hue: 0.60 , saturation: 0.95 and the lightness value of b1cffd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001111 11111101
Octal 261 317 375
Decimal 177 207 253
Hex B1 CF FD

RGB Percentages of Color #b1cffd

%27.79
%32.50
%39.72

CMYK Percentages of Color #b1cffd

%30
%18
%0
%1

Triadic Colors of #b1cffd

#b1cffd #fdb1cf #cffdb1

Analogous Colors of #b1cffd

#b1cffd #b9b1fd #b1f5fd

Monochromatic Colors of #b1cffd

#b1cffd

Complementary Color

#b1cffd #fddfb1

#b1cffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cffd Color CSS Codes

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

#b1cffd Text Font Color

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

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


#b1cffd Background Color

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

This div background color is #b1cffd


#b1cffd Border Color

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

This div border color is #b1cffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cffd

#b1cffd Color Palettes


Comments

No comments written yet.

Please login to write comment.