Color Hex Logo

#b9dcac Color Hex

#B9DCAC
(185,220,172)
0 Favorites   0 Comments

Color spaces of #b9dcac

RGB 185220172
HSL0.290.410.77
HSV104°22°86°
CMYK 0.160.000.22   0.14
XYZ53.047264.479248.6796
Yxy64.47920.31920.3879
Hunter Lab80.2989-22.602220.2659
CIE-Lab84.2146-20.294019.8540

#b9dcac color RGB value is (185,220,172).

#b9dcac hex color red value is 185, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b9dcac hue: 0.29 , saturation: 0.41 and the lightness value of b9dcac is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011100 10101100
Octal 271 334 254
Decimal 185 220 172
Hex B9 DC AC

RGB Percentages of Color #b9dcac

%32.06
%38.13
%29.81

CMYK Percentages of Color #b9dcac

%16
%0
%22
%14

Triadic Colors of #b9dcac

#b9dcac #acb9dc #dcacb9

Analogous Colors of #b9dcac

#b9dcac #acdcb7 #d1dcac

Monochromatic Colors of #b9dcac

#b9dcac

Complementary Color

#b9dcac #cfacdc

#b9dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dcac Color CSS Codes

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

#b9dcac Text Font Color

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

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


#b9dcac Background Color

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

This div background color is #b9dcac


#b9dcac Border Color

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

This div border color is #b9dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dcac


Comments

No comments written yet.

Please login to write comment.