Color Hex Logo

#b9dbdc Color Hex

#B9DBDC
(185,219,220)
0 Favorites   0 Comments

Color spaces of #b9dbdc

RGB 185219220
HSL0.500.330.79
HSV182°16°86°
CMYK 0.160.000.00   0.14
XYZ58.257466.144677.4068
Yxy66.14460.28870.3278
Hunter Lab81.3293-14.46410.5001
CIE-Lab85.0701-10.9223-4.2404

#b9dbdc color RGB value is (185,219,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11011100
Octal 271 333 334
Decimal 185 219 220
Hex B9 DB DC

RGB Percentages of Color #b9dbdc

%29.65
%35.10
%35.26

CMYK Percentages of Color #b9dbdc

%16
%0
%0
%14

Triadic Colors of #b9dbdc

#b9dbdc #dcb9db #dbdcb9

Analogous Colors of #b9dbdc

#b9dbdc #b9cadc #b9dccc

Monochromatic Colors of #b9dbdc

#b9dbdc

Complementary Color

#b9dbdc #dcbab9

#b9dbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbdc Color CSS Codes

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

#b9dbdc Text Font Color

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

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


#b9dbdc Background Color

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

This div background color is #b9dbdc


#b9dbdc Border Color

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

This div border color is #b9dbdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,219,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbdc


Comments

No comments written yet.

Please login to write comment.