Color Hex Logo

#b1cbfc Color Hex

#B1CBFC
(177,203,252)
0 Favorites   0 Comments

Color spaces of #b1cbfc

RGB 177203252
HSL0.610.930.84
HSV219°30°99°
CMYK 0.300.190.00   0.01
XYZ57.058159.0873100.4932
Yxy59.08730.26340.2727
Hunter Lab76.8683-2.0217-23.7046
CIE-Lab81.33962.2230-26.8984

#b1cbfc color RGB value is (177,203,252).

#b1cbfc hex color red value is 177, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #b1cbfc hue: 0.61 , saturation: 0.93 and the lightness value of b1cbfc is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 11111100
Octal 261 313 374
Decimal 177 203 252
Hex B1 CB FC

RGB Percentages of Color #b1cbfc

%28.01
%32.12
%39.87

CMYK Percentages of Color #b1cbfc

%30
%19
%0
%1

Triadic Colors of #b1cbfc

#b1cbfc #fcb1cb #cbfcb1

Analogous Colors of #b1cbfc

#b1cbfc #bdb1fc #b1f1fc

Monochromatic Colors of #b1cbfc

#b1cbfc

Complementary Color

#b1cbfc #fce2b1

#b1cbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbfc Color CSS Codes

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

#b1cbfc Text Font Color

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

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


#b1cbfc Background Color

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

This div background color is #b1cbfc


#b1cbfc Border Color

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

This div border color is #b1cbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.