Color Hex Logo

#b6d97f Color Hex

#B6D97F
(182,217,127)
0 Favorites   0 Comments

Color spaces of #b6d97f

RGB 182217127
HSL0.230.540.67
HSV83°41°85°
CMYK 0.160.000.41   0.15
XYZ47.935061.103129.3463
Yxy61.10310.34640.4415
Hunter Lab78.1685-27.333832.4591
CIE-Lab82.4341-26.292740.5244

#b6d97f color RGB value is (182,217,127).

#b6d97f hex color red value is 182, green value is 217 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #b6d97f hue: 0.23 , saturation: 0.54 and the lightness value of b6d97f is 0.67.

The process color (four color CMYK) of #b6d97f color hex is 0.16, 0.00, 0.41, 0.15. Web safe color of #b6d97f is #cccc66. Color #b6d97f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11011001 01111111
Octal 266 331 177
Decimal 182 217 127
Hex B6 D9 7F

RGB Percentages of Color #b6d97f

%34.60
%41.25
%24.14

CMYK Percentages of Color #b6d97f

%16
%0
%41
%15

Triadic Colors of #b6d97f

#b6d97f #7fb6d9 #d97fb6

Analogous Colors of #b6d97f

#b6d97f #89d97f #d9cf7f

Monochromatic Colors of #b6d97f

#b6d97f

Complementary Color

#b6d97f #a27fd9

#b6d97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d97f Color CSS Codes

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

#b6d97f Text Font Color

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

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


#b6d97f Background Color

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

This div background color is #b6d97f


#b6d97f Border Color

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

This div border color is #b6d97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d97f


Comments

No comments written yet.

Please login to write comment.