Color Hex Logo

#b9d6dd Color Hex

#B9D6DD
(185,214,221)
0 Favorites   0 Comments

Color spaces of #b9d6dd

RGB 185214221
HSL0.530.350.80
HSV192°16°87°
CMYK 0.160.030.00   0.13
XYZ57.105363.627977.6783
Yxy63.62790.28780.3207
Hunter Lab79.7671-11.8042-1.9005
CIE-Lab83.7717-8.1440-6.6876

#b9d6dd color RGB value is (185,214,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11010110 11011101
Octal 271 326 335
Decimal 185 214 221
Hex B9 D6 DD

RGB Percentages of Color #b9d6dd

%29.84
%34.52
%35.65

CMYK Percentages of Color #b9d6dd

%16
%3
%0
%13

Triadic Colors of #b9d6dd

#b9d6dd #ddb9d6 #d6ddb9

Analogous Colors of #b9d6dd

#b9d6dd #b9c4dd #b9ddd2

Monochromatic Colors of #b9d6dd

#b9d6dd

Complementary Color

#b9d6dd #ddc0b9

#b9d6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9d6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9d6dd Color CSS Codes

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

#b9d6dd Text Font Color

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

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


#b9d6dd Background Color

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

This div background color is #b9d6dd


#b9d6dd Border Color

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

This div border color is #b9d6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9d6dd


Comments

No comments written yet.

Please login to write comment.