Color Hex Logo

#b6db84 Color Hex

#B6DB84
(182,219,132)
0 Favorites   0 Comments

Color spaces of #b6db84

RGB 182219132
HSL0.240.550.69
HSV86°40°86°
CMYK 0.170.000.40   0.14
XYZ48.787862.274131.2785
Yxy62.27410.34280.4375
Hunter Lab78.9139-27.743531.7394
CIE-Lab83.0590-26.639638.8264

#b6db84 color RGB value is (182,219,132).

#b6db84 hex color red value is 182, green value is 219 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #b6db84 hue: 0.24 , saturation: 0.55 and the lightness value of b6db84 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011011 10000100
Octal 266 333 204
Decimal 182 219 132
Hex B6 DB 84

RGB Percentages of Color #b6db84

%34.15
%41.09
%24.77

CMYK Percentages of Color #b6db84

%17
%0
%40
%14

Triadic Colors of #b6db84

#b6db84 #84b6db #db84b6

Analogous Colors of #b6db84

#b6db84 #8bdb84 #dbd584

Monochromatic Colors of #b6db84

#b6db84

Complementary Color

#b6db84 #a984db

#b6db84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6db84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6db84 Color CSS Codes

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

#b6db84 Text Font Color

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

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


#b6db84 Background Color

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

This div background color is #b6db84


#b6db84 Border Color

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

This div border color is #b6db84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6db84


Comments

No comments written yet.

Please login to write comment.