Color Hex Logo

#bfc94e Color Hex

#BFC94E
(191,201,78)
0 Favorites   0 Comments

Color spaces of #bfc94e

RGB 19120178
HSL0.180.530.55
HSV65°61°79°
CMYK 0.050.000.61   0.21
XYZ43.747653.399715.2092
Yxy53.39970.38940.4753
Hunter Lab73.0751-21.019538.8125
CIE-Lab78.1104-19.599758.4876

#bfc94e color RGB value is (191,201,78).

#bfc94e hex color red value is 191, green value is 201 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bfc94e hue: 0.18 , saturation: 0.53 and the lightness value of bfc94e is 0.55.

The process color (four color CMYK) of #bfc94e color hex is 0.05, 0.00, 0.61, 0.21. Web safe color of #bfc94e is #cccc66. Color #bfc94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 01001110
Octal 277 311 116
Decimal 191 201 78
Hex BF C9 4E

RGB Percentages of Color #bfc94e

%40.64
%42.77
%16.60

CMYK Percentages of Color #bfc94e

%5
%0
%61
%21

Triadic Colors of #bfc94e

#bfc94e #4ebfc9 #c94ebf

Analogous Colors of #bfc94e

#bfc94e #82c94e #c9964e

Monochromatic Colors of #bfc94e

#bfc94e

Complementary Color

#bfc94e #584ec9

#bfc94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc94e Color CSS Codes

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

#bfc94e Text Font Color

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

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


#bfc94e Background Color

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

This div background color is #bfc94e


#bfc94e Border Color

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

This div border color is #bfc94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc94e


Comments

No comments written yet.

Please login to write comment.