Color Hex Logo

#b6d39f Color Hex

#B6D39F
(182,211,159)
0 Favorites   0 Comments

Color spaces of #b6d39f

RGB 182211159
HSL0.260.370.73
HSV93°25°83°
CMYK 0.140.000.25   0.17
XYZ48.843759.036841.6218
Yxy59.03680.32670.3949
Hunter Lab76.8354-20.990821.6673
CIE-Lab81.3118-18.955922.6290

#b6d39f color RGB value is (182,211,159).

#b6d39f hex color red value is 182, green value is 211 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #b6d39f hue: 0.26 , saturation: 0.37 and the lightness value of b6d39f is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010011 10011111
Octal 266 323 237
Decimal 182 211 159
Hex B6 D3 9F

RGB Percentages of Color #b6d39f

%32.97
%38.22
%28.80

CMYK Percentages of Color #b6d39f

%14
%0
%25
%17

Triadic Colors of #b6d39f

#b6d39f #9fb6d3 #d39fb6

Analogous Colors of #b6d39f

#b6d39f #9fd3a2 #d0d39f

Monochromatic Colors of #b6d39f

#b6d39f

Complementary Color

#b6d39f #bc9fd3

#b6d39f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d39f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d39f Color CSS Codes

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

#b6d39f Text Font Color

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

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


#b6d39f Background Color

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

This div background color is #b6d39f


#b6d39f Border Color

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

This div border color is #b6d39f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d39f


Comments

No comments written yet.

Please login to write comment.