Color Hex Logo

#b1cbdd Color Hex

#B1CBDD
(177,203,221)
0 Favorites   0 Comments

Color spaces of #b1cbdd

RGB 177203221
HSL0.570.390.78
HSV205°20°87°
CMYK 0.200.080.00   0.13
XYZ52.538557.279476.6936
Yxy57.27940.28170.3071
Hunter Lab75.6832-8.5326-7.1034
CIE-Lab80.3365-4.8979-11.8519

#b1cbdd color RGB value is (177,203,221).

#b1cbdd hex color red value is 177, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b1cbdd hue: 0.57 , saturation: 0.39 and the lightness value of b1cbdd is 0.78.

The process color (four color CMYK) of #b1cbdd color hex is 0.20, 0.08, 0.00, 0.13. Web safe color of #b1cbdd is #99cccc. Color #b1cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001011 11011101
Octal 261 313 335
Decimal 177 203 221
Hex B1 CB DD

RGB Percentages of Color #b1cbdd

%29.45
%33.78
%36.77

CMYK Percentages of Color #b1cbdd

%20
%8
%0
%13

Triadic Colors of #b1cbdd

#b1cbdd #ddb1cb #cbddb1

Analogous Colors of #b1cbdd

#b1cbdd #b1b5dd #b1ddd9

Monochromatic Colors of #b1cbdd

#b1cbdd

Complementary Color

#b1cbdd #ddc3b1

#b1cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1cbdd Color CSS Codes

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

#b1cbdd Text Font Color

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

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


#b1cbdd Background Color

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

This div background color is #b1cbdd


#b1cbdd Border Color

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

This div border color is #b1cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1cbdd


Comments

No comments written yet.

Please login to write comment.