Color Hex Logo

#bcc77e Color Hex

#BCC77E
(188,199,126)
0 Favorites   0 Comments

Color spaces of #bcc77e

RGB 188199126
HSL0.190.390.64
HSV69°37°78°
CMYK 0.060.000.37   0.22
XYZ44.928453.044627.6093
Yxy53.04460.35780.4224
Hunter Lab72.8317-17.342528.5063
CIE-Lab77.9013-15.256035.3101

#bcc77e color RGB value is (188,199,126).

#bcc77e hex color red value is 188, green value is 199 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bcc77e hue: 0.19 , saturation: 0.39 and the lightness value of bcc77e is 0.64.

The process color (four color CMYK) of #bcc77e color hex is 0.06, 0.00, 0.37, 0.22. Web safe color of #bcc77e is #cccc66. Color #bcc77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01111110
Octal 274 307 176
Decimal 188 199 126
Hex BC C7 7E

RGB Percentages of Color #bcc77e

%36.65
%38.79
%24.56

CMYK Percentages of Color #bcc77e

%6
%0
%37
%22

Triadic Colors of #bcc77e

#bcc77e #7ebcc7 #c77ebc

Analogous Colors of #bcc77e

#bcc77e #98c77e #c7ae7e

Monochromatic Colors of #bcc77e

#bcc77e

Complementary Color

#bcc77e #897ec7

#bcc77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc77e Color CSS Codes

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

#bcc77e Text Font Color

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

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


#bcc77e Background Color

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

This div background color is #bcc77e


#bcc77e Border Color

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

This div border color is #bcc77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc77e


Comments

No comments written yet.

Please login to write comment.