Color Hex Logo

#bcbf93 Color Hex

#BCBF93
(188,191,147)
0 Favorites   0 Comments

Color spaces of #bcbf93

RGB 188191147
HSL0.180.260.66
HSV64°23°75°
CMYK 0.020.000.23   0.25
XYZ44.636350.059634.9136
Yxy50.05960.34440.3862
Hunter Lab70.7528-11.205920.2698
CIE-Lab76.1058-8.362721.9122

#bcbf93 color RGB value is (188,191,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 10010011
Octal 274 277 223
Decimal 188 191 147
Hex BC BF 93

RGB Percentages of Color #bcbf93

%35.74
%36.31
%27.95

CMYK Percentages of Color #bcbf93

%2
%0
%23
%25

Triadic Colors of #bcbf93

#bcbf93 #93bcbf #bf93bc

Analogous Colors of #bcbf93

#bcbf93 #a6bf93 #bfac93

Monochromatic Colors of #bcbf93

#bcbf93

Complementary Color

#bcbf93 #9693bf

#bcbf93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf93 Color CSS Codes

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

#bcbf93 Text Font Color

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

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


#bcbf93 Background Color

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

This div background color is #bcbf93


#bcbf93 Border Color

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

This div border color is #bcbf93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf93

#bcbf93 Color Palettes


Comments

No comments written yet.

Please login to write comment.