color codes Logo

#bfc77c color codes

#BFC77C
(191,199,124)
0 Favorites   0 Comments

Color spaces of #bfc77c

RGB 191199124
HSL0.180.400.63
HSV66°38°78°
CMYK 0.040.000.38   0.22
XYZ45.547453.378426.9713
Yxy53.37840.36180.4240
Hunter Lab73.0605-16.575429.2546
CIE-Lab78.0979-14.322636.6317

#bfc77c color RGB value is (191,199,124).

#bfc77c hex color red value is 191, green value is 199 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #bfc77c hue: 0.18 , saturation: 0.40 and the lightness value of bfc77c is 0.63.

The process color (four color CMYK) of #bfc77c color code is 0.04, 0.00, 0.38, 0.22. Web safe color of #bfc77c is #cccc66. Color #bfc77c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000111 01111100
Octal 277 307 174
Decimal 191 199 124
Hex BF C7 7C

RGB Percentages of Color #bfc77c

%37.16
%38.72
%24.12

CMYK Percentages of Color #bfc77c

%4
%0
%38
%22

Triadic Colors of #bfc77c

#bfc77c #7cbfc7 #c77cbf

Analogous Colors of #bfc77c

#bfc77c #9ac77c #c7aa7c

Monochromatic Colors of #bfc77c

#bfc77c

Complementary Color

#bfc77c #847cc7

#bfc77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc77c Color CSS Codes

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

#bfc77c Text Font Color

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

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


#bfc77c Background Color

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

This div background color is #bfc77c


#bfc77c Border Color

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

This div border color is #bfc77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc77c


Comments

No comments written yet.

Please login to write comment.