Color Hex Logo

#b6dcab Color Hex

#B6DCAB
(182,220,171)
0 Favorites   0 Comments

Color spaces of #b6dcab

RGB 182220171
HSL0.300.410.77
HSV107°22°86°
CMYK 0.170.000.22   0.14
XYZ52.235364.071848.1421
Yxy64.07180.31760.3896
Hunter Lab80.0449-23.593820.3721
CIE-Lab84.0031-21.493320.0543

#b6dcab color RGB value is (182,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 10101011
Octal 266 334 253
Decimal 182 220 171
Hex B6 DC AB

RGB Percentages of Color #b6dcab

%31.76
%38.39
%29.84

CMYK Percentages of Color #b6dcab

%17
%0
%22
%14

Triadic Colors of #b6dcab

#b6dcab #abb6dc #dcabb6

Analogous Colors of #b6dcab

#b6dcab #abdcb9 #cfdcab

Monochromatic Colors of #b6dcab

#b6dcab

Complementary Color

#b6dcab #d1abdc

#b6dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcab Color CSS Codes

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

#b6dcab Text Font Color

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

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


#b6dcab Background Color

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

This div background color is #b6dcab


#b6dcab Border Color

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

This div border color is #b6dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcab


Comments

No comments written yet.

Please login to write comment.