Color Hex Logo

#bfc04d Color Hex

#BFC04D
(191,192,77)
0 Favorites   0 Comments

Color spaces of #bfc04d

RGB 19119277
HSL0.170.480.53
HSV61°60°75°
CMYK 0.010.000.60   0.25
XYZ41.675049.311514.3427
Yxy49.31150.39570.4682
Hunter Lab70.2221-16.953737.0457
CIE-Lab75.6447-15.167156.2458

#bfc04d color RGB value is (191,192,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 01001101
Octal 277 300 115
Decimal 191 192 77
Hex BF C0 4D

RGB Percentages of Color #bfc04d

%41.52
%41.74
%16.74

CMYK Percentages of Color #bfc04d

%1
%0
%60
%25

Triadic Colors of #bfc04d

#bfc04d #4dbfc0 #c04dbf

Analogous Colors of #bfc04d

#bfc04d #86c04d #c0884d

Monochromatic Colors of #bfc04d

#bfc04d

Complementary Color

#bfc04d #4e4dc0

#bfc04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc04d Color CSS Codes

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

#bfc04d Text Font Color

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

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


#bfc04d Background Color

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

This div background color is #bfc04d


#bfc04d Border Color

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

This div border color is #bfc04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc04d


Comments

No comments written yet.

Please login to write comment.