Color Hex Logo

#bcc77f Color Hex

#BCC77F
(188,199,127)
0 Favorites   0 Comments

Color spaces of #bcc77f

RGB 188199127
HSL0.190.390.64
HSV69°36°78°
CMYK 0.060.000.36   0.22
XYZ44.993253.070527.9509
Yxy53.07050.35700.4211
Hunter Lab72.8495-17.241728.2463
CIE-Lab77.9166-15.134734.8165

#bcc77f color RGB value is (188,199,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01111111
Octal 274 307 177
Decimal 188 199 127
Hex BC C7 7F

RGB Percentages of Color #bcc77f

%36.58
%38.72
%24.71

CMYK Percentages of Color #bcc77f

%6
%0
%36
%22

Triadic Colors of #bcc77f

#bcc77f #7fbcc7 #c77fbc

Analogous Colors of #bcc77f

#bcc77f #98c77f #c7ae7f

Monochromatic Colors of #bcc77f

#bcc77f

Complementary Color

#bcc77f #8a7fc7

#bcc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc77f Color CSS Codes

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

#bcc77f Text Font Color

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

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


#bcc77f Background Color

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

This div background color is #bcc77f


#bcc77f Border Color

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

This div border color is #bcc77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc77f


Comments

No comments written yet.

Please login to write comment.