Color Hex Logo

#bfc470 Color Hex

#BFC470
(191,196,112)
0 Favorites   0 Comments

Color spaces of #bfc470

RGB 191196112
HSL0.180.420.60
HSV64°43°77°
CMYK 0.030.000.43   0.23
XYZ44.150451.726122.9864
Yxy51.72610.37140.4352
Hunter Lab71.9209-16.284931.3951
CIE-Lab77.1168-14.135641.4584

#bfc470 color RGB value is (191,196,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 01110000
Octal 277 304 160
Decimal 191 196 112
Hex BF C4 70

RGB Percentages of Color #bfc470

%38.28
%39.28
%22.44

CMYK Percentages of Color #bfc470

%3
%0
%43
%23

Triadic Colors of #bfc470

#bfc470 #70bfc4 #c470bf

Analogous Colors of #bfc470

#bfc470 #95c470 #c49f70

Monochromatic Colors of #bfc470

#bfc470

Complementary Color

#bfc470 #7570c4

#bfc470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc470 Color CSS Codes

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

#bfc470 Text Font Color

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

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


#bfc470 Background Color

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

This div background color is #bfc470


#bfc470 Border Color

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

This div border color is #bfc470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc470


Comments

No comments written yet.

Please login to write comment.