Color Hex Logo

#bcbe82 Color Hex

#BCBE82
(188,190,130)
0 Favorites   0 Comments

Color spaces of #bcbe82

RGB 188190130
HSL0.170.320.63
HSV62°32°75°
CMYK 0.010.000.32   0.25
XYZ43.181849.130028.3262
Yxy49.13000.35790.4073
Hunter Lab70.0928-12.694625.1044
CIE-Lab75.5321-10.158030.1390

#bcbe82 color RGB value is (188,190,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 10000010
Octal 274 276 202
Decimal 188 190 130
Hex BC BE 82

RGB Percentages of Color #bcbe82

%37.01
%37.40
%25.59

CMYK Percentages of Color #bcbe82

%1
%0
%32
%25

Triadic Colors of #bcbe82

#bcbe82 #82bcbe #be82bc

Analogous Colors of #bcbe82

#bcbe82 #9ebe82 #bea282

Monochromatic Colors of #bcbe82

#bcbe82

Complementary Color

#bcbe82 #8482be

#bcbe82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe82 Color CSS Codes

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

#bcbe82 Text Font Color

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

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


#bcbe82 Background Color

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

This div background color is #bcbe82


#bcbe82 Border Color

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

This div border color is #bcbe82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe82


Comments

No comments written yet.

Please login to write comment.