Color Hex Logo

#b1dcdd Color Hex

#B1DCDD
(177,220,221)
0 Favorites   0 Comments

Color spaces of #b1dcdd

RGB 177220221
HSL0.500.390.78
HSV181°20°87°
CMYK 0.200.000.00   0.13
XYZ56.775865.754078.1060
Yxy65.75400.28300.3277
Hunter Lab81.0888-16.9255-0.3468
CIE-Lab84.8708-13.6946-5.1199

#b1dcdd color RGB value is (177,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110001 11011100 11011101
Octal 261 334 335
Decimal 177 220 221
Hex B1 DC DD

RGB Percentages of Color #b1dcdd

%28.64
%35.60
%35.76

CMYK Percentages of Color #b1dcdd

%20
%0
%0
%13

Triadic Colors of #b1dcdd

#b1dcdd #ddb1dc #dcddb1

Analogous Colors of #b1dcdd

#b1dcdd #b1c6dd #b1ddc8

Monochromatic Colors of #b1dcdd

#b1dcdd

Complementary Color

#b1dcdd #ddb2b1

#b1dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1dcdd Color CSS Codes

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

#b1dcdd Text Font Color

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

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


#b1dcdd Background Color

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

This div background color is #b1dcdd


#b1dcdd Border Color

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

This div border color is #b1dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1dcdd


Comments

No comments written yet.

Please login to write comment.