Color Hex Logo

#b6dbac Color Hex

#B6DBAC
(182,219,172)
0 Favorites   0 Comments

Color spaces of #b6dbac

RGB 182219172
HSL0.300.390.77
HSV107°21°86°
CMYK 0.170.000.21   0.14
XYZ52.069363.586748.5588
Yxy63.58670.31710.3872
Hunter Lab79.7413-22.990619.7140
CIE-Lab83.7501-20.837019.1797

#b6dbac color RGB value is (182,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 10101100
Octal 266 333 254
Decimal 182 219 172
Hex B6 DB AC

RGB Percentages of Color #b6dbac

%31.76
%38.22
%30.02

CMYK Percentages of Color #b6dbac

%17
%0
%21
%14

Triadic Colors of #b6dbac

#b6dbac #acb6db #dbacb6

Analogous Colors of #b6dbac

#b6dbac #acdbba #cedbac

Monochromatic Colors of #b6dbac

#b6dbac

Complementary Color

#b6dbac #d1acdb

#b6dbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dbac Color CSS Codes

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

#b6dbac Text Font Color

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

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


#b6dbac Background Color

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

This div background color is #b6dbac


#b6dbac Border Color

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

This div border color is #b6dbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dbac


Comments

No comments written yet.

Please login to write comment.