Color Hex Logo

#b1ccdd Color Hex

#B1CCDD
(177,204,221)
0 Favorites   0 Comments

Color spaces of #b1ccdd

RGB 177204221
HSL0.560.390.78
HSV203°20°87°
CMYK 0.200.080.00   0.13
XYZ52.775557.753376.7726
Yxy57.75330.28180.3083
Hunter Lab75.9956-9.0321-6.6993
CIE-Lab80.6014-5.4238-11.4562

#b1ccdd color RGB value is (177,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001100 11011101
Octal 261 314 335
Decimal 177 204 221
Hex B1 CC DD

RGB Percentages of Color #b1ccdd

%29.40
%33.89
%36.71

CMYK Percentages of Color #b1ccdd

%20
%8
%0
%13

Triadic Colors of #b1ccdd

#b1ccdd #ddb1cc #ccddb1

Analogous Colors of #b1ccdd

#b1ccdd #b1b6dd #b1ddd8

Monochromatic Colors of #b1ccdd

#b1ccdd

Complementary Color

#b1ccdd #ddc2b1

#b1ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ccdd Color CSS Codes

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

#b1ccdd Text Font Color

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

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


#b1ccdd Background Color

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

This div background color is #b1ccdd


#b1ccdd Border Color

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

This div border color is #b1ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ccdd


Comments

No comments written yet.

Please login to write comment.