Color Hex Logo

#bcbf8e Color Hex

#BCBF8E
(188,191,142)
0 Favorites   0 Comments

Color spaces of #bcbf8e

RGB 188191142
HSL0.180.280.65
HSV64°26°75°
CMYK 0.020.000.26   0.25
XYZ44.252349.906032.8917
Yxy49.90600.34830.3928
Hunter Lab70.6442-11.812921.8457
CIE-Lab76.0115-9.074024.4448

#bcbf8e color RGB value is (188,191,142).

#bcbf8e hex color red value is 188, green value is 191 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bcbf8e hue: 0.18 , saturation: 0.28 and the lightness value of bcbf8e is 0.65.

The process color (four color CMYK) of #bcbf8e color hex is 0.02, 0.00, 0.26, 0.25. Web safe color of #bcbf8e is #cccc99. Color #bcbf8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10001110
Octal 274 277 216
Decimal 188 191 142
Hex BC BF 8E

RGB Percentages of Color #bcbf8e

%36.08
%36.66
%27.26

CMYK Percentages of Color #bcbf8e

%2
%0
%26
%25

Triadic Colors of #bcbf8e

#bcbf8e #8ebcbf #bf8ebc

Analogous Colors of #bcbf8e

#bcbf8e #a4bf8e #bfaa8e

Monochromatic Colors of #bcbf8e

#bcbf8e

Complementary Color

#bcbf8e #918ebf

#bcbf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf8e Color CSS Codes

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

#bcbf8e Text Font Color

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

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


#bcbf8e Background Color

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

This div background color is #bcbf8e


#bcbf8e Border Color

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

This div border color is #bcbf8e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,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 #bcbf8e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf8e


Comments

No comments written yet.

Please login to write comment.