Color Hex Logo

#b6dcaa Color Hex

#B6DCAA
(182,220,170)
0 Favorites   0 Comments

Color spaces of #b6dcaa

RGB 182220170
HSL0.290.420.76
HSV106°23°86°
CMYK 0.170.000.23   0.14
XYZ52.140364.033847.6419
Yxy64.03380.31830.3909
Hunter Lab80.0211-23.729620.7155
CIE-Lab83.9834-21.656520.5497

#b6dcaa color RGB value is (182,220,170).

#b6dcaa hex color red value is 182, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b6dcaa hue: 0.29 , saturation: 0.42 and the lightness value of b6dcaa is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011100 10101010
Octal 266 334 252
Decimal 182 220 170
Hex B6 DC AA

RGB Percentages of Color #b6dcaa

%31.82
%38.46
%29.72

CMYK Percentages of Color #b6dcaa

%17
%0
%23
%14

Triadic Colors of #b6dcaa

#b6dcaa #aab6dc #dcaab6

Analogous Colors of #b6dcaa

#b6dcaa #aadcb7 #cfdcaa

Monochromatic Colors of #b6dcaa

#b6dcaa

Complementary Color

#b6dcaa #d0aadc

#b6dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6dcaa Color CSS Codes

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

#b6dcaa Text Font Color

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

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


#b6dcaa Background Color

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

This div background color is #b6dcaa


#b6dcaa Border Color

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

This div border color is #b6dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6dcaa


Comments

No comments written yet.

Please login to write comment.