Color Hex Logo

#bcbe7b Color Hex

#BCBE7B
(188,190,123)
0 Favorites   0 Comments

Color spaces of #bcbe7b

RGB 188190123
HSL0.170.340.61
HSV62°35°75°
CMYK 0.010.000.35   0.25
XYZ42.727648.948325.9349
Yxy48.94830.36330.4162
Hunter Lab69.9631-13.422526.9957
CIE-Lab75.4192-11.023433.6431

#bcbe7b color RGB value is (188,190,123).

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

The process color (four color CMYK) of #bcbe7b color hex is 0.01, 0.00, 0.35, 0.25. Web safe color of #bcbe7b is #cccc66. Color #bcbe7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 01111011
Octal 274 276 173
Decimal 188 190 123
Hex BC BE 7B

RGB Percentages of Color #bcbe7b

%37.52
%37.92
%24.55

CMYK Percentages of Color #bcbe7b

%1
%0
%35
%25

Triadic Colors of #bcbe7b

#bcbe7b #7bbcbe #be7bbc

Analogous Colors of #bcbe7b

#bcbe7b #9bbe7b #be9f7b

Monochromatic Colors of #bcbe7b

#bcbe7b

Complementary Color

#bcbe7b #7d7bbe

#bcbe7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe7b Color CSS Codes

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

#bcbe7b Text Font Color

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

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


#bcbe7b Background Color

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

This div background color is #bcbe7b


#bcbe7b Border Color

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

This div border color is #bcbe7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe7b


Comments

No comments written yet.

Please login to write comment.