Color Hex Logo

#b6c78e Color Hex

#B6C78E
(182,199,142)
0 Favorites   0 Comments

Color spaces of #b6c78e

RGB 182199142
HSL0.220.340.67
HSV78°29°78°
CMYK 0.090.000.29   0.22
XYZ44.597352.744933.4214
Yxy52.74490.34110.4034
Hunter Lab72.6257-17.483323.5535
CIE-Lab77.7241-15.451426.6811

#b6c78e color RGB value is (182,199,142).

#b6c78e hex color red value is 182, green value is 199 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b6c78e hue: 0.22 , saturation: 0.34 and the lightness value of b6c78e is 0.67.

The process color (four color CMYK) of #b6c78e color hex is 0.09, 0.00, 0.29, 0.22. Web safe color of #b6c78e is #cccc99. Color #b6c78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 11000111 10001110
Octal 266 307 216
Decimal 182 199 142
Hex B6 C7 8E

RGB Percentages of Color #b6c78e

%34.80
%38.05
%27.15

CMYK Percentages of Color #b6c78e

%9
%0
%29
%22

Triadic Colors of #b6c78e

#b6c78e #8eb6c7 #c78eb6

Analogous Colors of #b6c78e

#b6c78e #9ac78e #c7bc8e

Monochromatic Colors of #b6c78e

#b6c78e

Complementary Color

#b6c78e #9f8ec7

#b6c78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6c78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6c78e Color CSS Codes

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

#b6c78e Text Font Color

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

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


#b6c78e Background Color

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

This div background color is #b6c78e


#b6c78e Border Color

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

This div border color is #b6c78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6c78e


Comments

No comments written yet.

Please login to write comment.