Color Hex Logo

#b9dabf Color Hex

#B9DABF
(185,218,191)
0 Favorites   0 Comments

Color spaces of #b9dabf

RGB 185218191
HSL0.360.310.79
HSV131°15°85°
CMYK 0.150.000.12   0.15
XYZ54.483064.218758.8141
Yxy64.21870.30690.3618
Hunter Lab80.1366-18.881012.5813
CIE-Lab84.0795-16.03049.6699

#b9dabf color RGB value is (185,218,191).

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

The process color (four color CMYK) of #b9dabf color hex is 0.15, 0.00, 0.12, 0.15. Web safe color of #b9dabf is #cccccc. Color #b9dabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011010 10111111
Octal 271 332 277
Decimal 185 218 191
Hex B9 DA BF

RGB Percentages of Color #b9dabf

%31.14
%36.70
%32.15

CMYK Percentages of Color #b9dabf

%15
%0
%12
%15

Triadic Colors of #b9dabf

#b9dabf #bfb9da #dabfb9

Analogous Colors of #b9dabf

#b9dabf #b9dad0 #c4dab9

Monochromatic Colors of #b9dabf

#b9dabf

Complementary Color

#b9dabf #dab9d4

#b9dabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dabf Color CSS Codes

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

#b9dabf Text Font Color

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

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


#b9dabf Background Color

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

This div background color is #b9dabf


#b9dabf Border Color

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

This div border color is #b9dabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dabf


Comments

No comments written yet.

Please login to write comment.