Color Hex Logo

#bfc33c Color Hex

#BFC33C
(191,195,60)
0 Favorites   0 Comments

Color spaces of #bfc33c

RGB 19119560
HSL0.170.530.50
HSV62°69°76°
CMYK 0.020.000.69   0.24
XYZ41.816650.432811.8055
Yxy50.43280.40190.4847
Hunter Lab71.0161-19.171439.8550
CIE-Lab76.3341-17.709163.8283

#bfc33c color RGB value is (191,195,60).

#bfc33c hex color red value is 191, green value is 195 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bfc33c hue: 0.17 , saturation: 0.53 and the lightness value of bfc33c is 0.50.

The process color (four color CMYK) of #bfc33c color hex is 0.02, 0.00, 0.69, 0.24. Web safe color of #bfc33c is #cccc33. Color #bfc33c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 00111100
Octal 277 303 74
Decimal 191 195 60
Hex BF C3 3C

RGB Percentages of Color #bfc33c

%42.83
%43.72
%13.45

CMYK Percentages of Color #bfc33c

%2
%0
%69
%24

Triadic Colors of #bfc33c

#bfc33c #3cbfc3 #c33cbf

Analogous Colors of #bfc33c

#bfc33c #7cc33c #c3843c

Monochromatic Colors of #bfc33c

#bfc33c

Complementary Color

#bfc33c #403cc3

#bfc33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc33c Color CSS Codes

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

#bfc33c Text Font Color

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

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


#bfc33c Background Color

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

This div background color is #bfc33c


#bfc33c Border Color

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

This div border color is #bfc33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc33c


Comments

No comments written yet.

Please login to write comment.