Color Hex Logo

#bfc35e Color Hex

#BFC35E
(191,195,94)
0 Favorites   0 Comments

Color spaces of #bfc35e

RGB 19119594
HSL0.170.460.57
HSV62°52°76°
CMYK 0.020.000.52   0.24
XYZ43.021350.914718.1497
Yxy50.91470.38380.4542
Hunter Lab71.3545-17.248734.8672
CIE-Lab76.6273-15.355449.6329

#bfc35e color RGB value is (191,195,94).

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

The process color (four color CMYK) of #bfc35e color hex is 0.02, 0.00, 0.52, 0.24. Web safe color of #bfc35e is #cccc66. Color #bfc35e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 01011110
Octal 277 303 136
Decimal 191 195 94
Hex BF C3 5E

RGB Percentages of Color #bfc35e

%39.79
%40.63
%19.58

CMYK Percentages of Color #bfc35e

%2
%0
%52
%24

Triadic Colors of #bfc35e

#bfc35e #5ebfc3 #c35ebf

Analogous Colors of #bfc35e

#bfc35e #8dc35e #c3955e

Monochromatic Colors of #bfc35e

#bfc35e

Complementary Color

#bfc35e #625ec3

#bfc35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc35e Color CSS Codes

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

#bfc35e Text Font Color

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

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


#bfc35e Background Color

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

This div background color is #bfc35e


#bfc35e Border Color

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

This div border color is #bfc35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc35e


Comments

No comments written yet.

Please login to write comment.