Color Hex Logo

#bfc46b Color Hex

#BFC46B
(191,196,107)
0 Favorites   0 Comments

Color spaces of #bfc46b

RGB 191196107
HSL0.180.430.59
HSV63°45°77°
CMYK 0.030.000.45   0.23
XYZ43.879651.617821.5604
Yxy51.61780.37490.4410
Hunter Lab71.8455-16.710932.4993
CIE-Lab77.0517-14.648643.8617

#bfc46b color RGB value is (191,196,107).

#bfc46b hex color red value is 191, green value is 196 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #bfc46b hue: 0.18 , saturation: 0.43 and the lightness value of bfc46b is 0.59.

The process color (four color CMYK) of #bfc46b color hex is 0.03, 0.00, 0.45, 0.23. Web safe color of #bfc46b is #cccc66. Color #bfc46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01101011
Octal 277 304 153
Decimal 191 196 107
Hex BF C4 6B

RGB Percentages of Color #bfc46b

%38.66
%39.68
%21.66

CMYK Percentages of Color #bfc46b

%3
%0
%45
%23

Triadic Colors of #bfc46b

#bfc46b #6bbfc4 #c46bbf

Analogous Colors of #bfc46b

#bfc46b #93c46b #c49d6b

Monochromatic Colors of #bfc46b

#bfc46b

Complementary Color

#bfc46b #706bc4

#bfc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc46b Color CSS Codes

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

#bfc46b Text Font Color

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

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


#bfc46b Background Color

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

This div background color is #bfc46b


#bfc46b Border Color

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

This div border color is #bfc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc46b


Comments

No comments written yet.

Please login to write comment.