Color Hex Logo

#b9dbda Color Hex

#B9DBDA
(185,219,218)
0 Favorites   0 Comments

Color spaces of #b9dbda

RGB 185219218
HSL0.500.320.79
HSV178°16°86°
CMYK 0.160.000.00   0.14
XYZ57.994066.039376.0199
Yxy66.03930.28990.3301
Hunter Lab81.2646-14.82751.4217
CIE-Lab85.0165-11.3321-3.2604

#b9dbda color RGB value is (185,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011011 11011010
Octal 271 333 332
Decimal 185 219 218
Hex B9 DB DA

RGB Percentages of Color #b9dbda

%29.74
%35.21
%35.05

CMYK Percentages of Color #b9dbda

%16
%0
%0
%14

Triadic Colors of #b9dbda

#b9dbda #dab9db #dbdab9

Analogous Colors of #b9dbda

#b9dbda #b9cbdb #b9dbc9

Monochromatic Colors of #b9dbda

#b9dbda

Complementary Color

#b9dbda #dbb9ba

#b9dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dbda Color CSS Codes

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

#b9dbda Text Font Color

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

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


#b9dbda Background Color

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

This div background color is #b9dbda


#b9dbda Border Color

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

This div border color is #b9dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dbda


Comments

No comments written yet.

Please login to write comment.