Color Hex Logo

#bcbe95 Color Hex

#BCBE95
(188,190,149)
0 Favorites   0 Comments

Color spaces of #bcbe95

RGB 188190149
HSL0.170.240.66
HSV63°22°75°
CMYK 0.010.000.22   0.25
XYZ44.577349.688235.6751
Yxy49.68820.34310.3824
Hunter Lab70.4899-10.475119.3361
CIE-Lab75.8775-7.549820.5304

#bcbe95 color RGB value is (188,190,149).

#bcbe95 hex color red value is 188, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bcbe95 hue: 0.17 , saturation: 0.24 and the lightness value of bcbe95 is 0.66.

The process color (four color CMYK) of #bcbe95 color hex is 0.01, 0.00, 0.22, 0.25. Web safe color of #bcbe95 is #cccc99. Color #bcbe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10010101
Octal 274 276 225
Decimal 188 190 149
Hex BC BE 95

RGB Percentages of Color #bcbe95

%35.67
%36.05
%28.27

CMYK Percentages of Color #bcbe95

%1
%0
%22
%25

Triadic Colors of #bcbe95

#bcbe95 #95bcbe #be95bc

Analogous Colors of #bcbe95

#bcbe95 #a8be95 #beac95

Monochromatic Colors of #bcbe95

#bcbe95

Complementary Color

#bcbe95 #9795be

#bcbe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe95 Color CSS Codes

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

#bcbe95 Text Font Color

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

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


#bcbe95 Background Color

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

This div background color is #bcbe95


#bcbe95 Border Color

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

This div border color is #bcbe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe95


Comments

No comments written yet.

Please login to write comment.