Color Hex Logo

#bcbe79 Color Hex

#BCBE79
(188,190,121)
0 Favorites   0 Comments

Color spaces of #bcbe79

RGB 188190121
HSL0.170.350.61
HSV62°36°75°
CMYK 0.010.000.36   0.25
XYZ42.603748.898825.2821
Yxy48.89880.36480.4187
Hunter Lab69.9277-13.621627.5133
CIE-Lab75.3883-11.261234.6390

#bcbe79 color RGB value is (188,190,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111110 01111001
Octal 274 276 171
Decimal 188 190 121
Hex BC BE 79

RGB Percentages of Color #bcbe79

%37.68
%38.08
%24.25

CMYK Percentages of Color #bcbe79

%1
%0
%36
%25

Triadic Colors of #bcbe79

#bcbe79 #79bcbe #be79bc

Analogous Colors of #bcbe79

#bcbe79 #9abe79 #be9e79

Monochromatic Colors of #bcbe79

#bcbe79

Complementary Color

#bcbe79 #7b79be

#bcbe79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbe79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbe79 Color CSS Codes

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

#bcbe79 Text Font Color

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

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


#bcbe79 Background Color

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

This div background color is #bcbe79


#bcbe79 Border Color

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

This div border color is #bcbe79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbe79


Comments

No comments written yet.

Please login to write comment.