Color Hex Logo

#b9daaa Color Hex

#B9DAAA
(185,218,170)
0 Favorites   0 Comments

Color spaces of #b9daaa

RGB 185218170
HSL0.280.390.76
HSV101°22°85°
CMYK 0.150.000.22   0.15
XYZ52.334763.359447.5015
Yxy63.35940.32070.3882
Hunter Lab79.5986-21.937020.3370
CIE-Lab83.6311-19.630220.0917

#b9daaa color RGB value is (185,218,170).

#b9daaa hex color red value is 185, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b9daaa hue: 0.28 , saturation: 0.39 and the lightness value of b9daaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011010 10101010
Octal 271 332 252
Decimal 185 218 170
Hex B9 DA AA

RGB Percentages of Color #b9daaa

%32.29
%38.05
%29.67

CMYK Percentages of Color #b9daaa

%15
%0
%22
%15

Triadic Colors of #b9daaa

#b9daaa #aab9da #daaab9

Analogous Colors of #b9daaa

#b9daaa #aadab3 #d1daaa

Monochromatic Colors of #b9daaa

#b9daaa

Complementary Color

#b9daaa #cbaada

#b9daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9daaa Color CSS Codes

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

#b9daaa Text Font Color

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

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


#b9daaa Background Color

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

This div background color is #b9daaa


#b9daaa Border Color

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

This div border color is #b9daaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9daaa


Comments

No comments written yet.

Please login to write comment.