Color Hex Logo

#b9dcdd Color Hex

#B9DCDD
(185,220,221)
0 Favorites   0 Comments

Color spaces of #b9dcdd

RGB 185220221
HSL0.500.350.80
HSV182°16°87°
CMYK 0.160.000.00   0.13
XYZ58.651966.721178.1938
Yxy66.72110.28810.3278
Hunter Lab81.6830-14.77450.4207
CIE-Lab85.3629-11.2278-4.3385

#b9dcdd color RGB value is (185,220,221).

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

The process color (four color CMYK) of #b9dcdd color hex is 0.16, 0.00, 0.00, 0.13. Web safe color of #b9dcdd is #cccccc. Color #b9dcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 11011101
Octal 271 334 335
Decimal 185 220 221
Hex B9 DC DD

RGB Percentages of Color #b9dcdd

%29.55
%35.14
%35.30

CMYK Percentages of Color #b9dcdd

%16
%0
%0
%13

Triadic Colors of #b9dcdd

#b9dcdd #ddb9dc #dcddb9

Analogous Colors of #b9dcdd

#b9dcdd #b9cadd #b9ddcc

Monochromatic Colors of #b9dcdd

#b9dcdd

Complementary Color

#b9dcdd #ddbab9

#b9dcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dcdd Color CSS Codes

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

#b9dcdd Text Font Color

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

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


#b9dcdd Background Color

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

This div background color is #b9dcdd


#b9dcdd Border Color

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

This div border color is #b9dcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dcdd


Comments

No comments written yet.

Please login to write comment.