Color Hex Logo

#b6d68d Color Hex

#B6D68D
(182,214,141)
0 Favorites   0 Comments

Color spaces of #b6d68d

RGB 182214141
HSL0.240.470.70
HSV86°34°84°
CMYK 0.150.000.34   0.16
XYZ48.145759.961334.2354
Yxy59.96130.33820.4212
Hunter Lab77.4347-24.526727.9910
CIE-Lab81.8171-23.051032.6514

#b6d68d color RGB value is (182,214,141).

#b6d68d hex color red value is 182, green value is 214 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #b6d68d hue: 0.24 , saturation: 0.47 and the lightness value of b6d68d is 0.70.

The process color (four color CMYK) of #b6d68d color hex is 0.15, 0.00, 0.34, 0.16. Web safe color of #b6d68d is #cccc99. Color #b6d68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11010110 10001101
Octal 266 326 215
Decimal 182 214 141
Hex B6 D6 8D

RGB Percentages of Color #b6d68d

%33.89
%39.85
%26.26

CMYK Percentages of Color #b6d68d

%15
%0
%34
%16

Triadic Colors of #b6d68d

#b6d68d #8db6d6 #d68db6

Analogous Colors of #b6d68d

#b6d68d #92d68d #d6d28d

Monochromatic Colors of #b6d68d

#b6d68d

Complementary Color

#b6d68d #ad8dd6

#b6d68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6d68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6d68d Color CSS Codes

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

#b6d68d Text Font Color

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

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


#b6d68d Background Color

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

This div background color is #b6d68d


#b6d68d Border Color

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

This div border color is #b6d68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6d68d


Comments

No comments written yet.

Please login to write comment.