Color Hex Logo

#b6daac Color Hex

#B6DAAC
(182,218,172)
0 Favorites   0 Comments

Color spaces of #b6daac

RGB 182218172
HSL0.300.380.76
HSV107°21°85°
CMYK 0.170.000.21   0.15
XYZ51.809263.066448.4721
Yxy63.06640.31720.3861
Hunter Lab79.4144-22.523419.4012
CIE-Lab83.4773-20.343518.8003

#b6daac color RGB value is (182,218,172).

#b6daac hex color red value is 182, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b6daac hue: 0.30 , saturation: 0.38 and the lightness value of b6daac is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011010 10101100
Octal 266 332 254
Decimal 182 218 172
Hex B6 DA AC

RGB Percentages of Color #b6daac

%31.82
%38.11
%30.07

CMYK Percentages of Color #b6daac

%17
%0
%21
%15

Triadic Colors of #b6daac

#b6daac #acb6da #daacb6

Analogous Colors of #b6daac

#b6daac #acdab9 #cddaac

Monochromatic Colors of #b6daac

#b6daac

Complementary Color

#b6daac #d0acda

#b6daac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6daac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6daac Color CSS Codes

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

#b6daac Text Font Color

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

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


#b6daac Background Color

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

This div background color is #b6daac


#b6daac Border Color

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

This div border color is #b6daac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6daac


Comments

No comments written yet.

Please login to write comment.