Color Hex Logo

#b9daba Color Hex

#B9DABA
(185,218,186)
0 Favorites   0 Comments

Color spaces of #b9daba

RGB 185218186
HSL0.340.310.79
HSV122°15°85°
CMYK 0.150.000.15   0.15
XYZ53.941964.002355.9650
Yxy64.00230.31020.3680
Hunter Lab80.0014-19.646814.5247
CIE-Lab83.9670-16.924912.1496

#b9daba color RGB value is (185,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011010 10111010
Octal 271 332 272
Decimal 185 218 186
Hex B9 DA BA

RGB Percentages of Color #b9daba

%31.41
%37.01
%31.58

CMYK Percentages of Color #b9daba

%15
%0
%15
%15

Triadic Colors of #b9daba

#b9daba #bab9da #dabab9

Analogous Colors of #b9daba

#b9daba #b9dacb #c9dab9

Monochromatic Colors of #b9daba

#b9daba

Complementary Color

#b9daba #dab9d9

#b9daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9daba Color CSS Codes

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

#b9daba Text Font Color

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

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


#b9daba Background Color

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

This div background color is #b9daba


#b9daba Border Color

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

This div border color is #b9daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9daba


Comments

No comments written yet.

Please login to write comment.