Color Hex Logo

#b1cbf5 Color Hex

#B1CBF5
(177,203,245)
0 Favorites   0 Comments

Color spaces of #b1cbf5

RGB 177203245
HSL0.600.770.83
HSV217°28°96°
CMYK 0.280.170.00   0.04
XYZ55.968858.651694.7572
Yxy58.65160.26730.2801
Hunter Lab76.5843-3.5725-19.7500
CIE-Lab81.09970.5554-23.5342

#b1cbf5 color RGB value is (177,203,245).

#b1cbf5 hex color red value is 177, green value is 203 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #b1cbf5 hue: 0.60 , saturation: 0.77 and the lightness value of b1cbf5 is 0.83.

The process color (four color CMYK) of #b1cbf5 color hex is 0.28, 0.17, 0.00, 0.04. Web safe color of #b1cbf5 is #99ccff. Color #b1cbf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 11110101
Octal 261 313 365
Decimal 177 203 245
Hex B1 CB F5

RGB Percentages of Color #b1cbf5

%28.32
%32.48
%39.20

CMYK Percentages of Color #b1cbf5

%28
%17
%0
%4

Triadic Colors of #b1cbf5

#b1cbf5 #f5b1cb #cbf5b1

Analogous Colors of #b1cbf5

#b1cbf5 #b9b1f5 #b1edf5

Monochromatic Colors of #b1cbf5

#b1cbf5

Complementary Color

#b1cbf5 #f5dbb1

#b1cbf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbf5 Color CSS Codes

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

#b1cbf5 Text Font Color

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

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


#b1cbf5 Background Color

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

This div background color is #b1cbf5


#b1cbf5 Border Color

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

This div border color is #b1cbf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbf5


Comments

No comments written yet.

Please login to write comment.