Color Hex Logo

#b9dfac Color Hex

#B9DFAC
(185,223,172)
0 Favorites   0 Comments

Color spaces of #b9dfac

RGB 185223172
HSL0.290.440.77
HSV105°23°87°
CMYK 0.170.000.23   0.13
XYZ53.841766.068248.9444
Yxy66.06820.31890.3913
Hunter Lab81.2823-24.005121.1960
CIE-Lab85.0312-21.768520.9851

#b9dfac color RGB value is (185,223,172).

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

The process color (four color CMYK) of #b9dfac color hex is 0.17, 0.00, 0.23, 0.13. Web safe color of #b9dfac is #cccc99. Color #b9dfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 11011111 10101100
Octal 271 337 254
Decimal 185 223 172
Hex B9 DF AC

RGB Percentages of Color #b9dfac

%31.90
%38.45
%29.66

CMYK Percentages of Color #b9dfac

%17
%0
%23
%13

Triadic Colors of #b9dfac

#b9dfac #acb9df #dfacb9

Analogous Colors of #b9dfac

#b9dfac #acdfb9 #d3dfac

Monochromatic Colors of #b9dfac

#b9dfac

Complementary Color

#b9dfac #d2acdf

#b9dfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b9dfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b9dfac Color CSS Codes

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

#b9dfac Text Font Color

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

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


#b9dfac Background Color

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

This div background color is #b9dfac


#b9dfac Border Color

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

This div border color is #b9dfac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,223,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 #b9dfac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b9dfac


Comments

No comments written yet.

Please login to write comment.