Color Hex Logo

#bfdc47 Color Hex

#BFDC47
(191,220,71)
0 Favorites   0 Comments

Color spaces of #bfdc47

RGB 19122071
HSL0.200.680.57
HSV72°68°86°
CMYK 0.130.000.68   0.14
XYZ48.216462.717715.5257
Yxy62.71770.38130.4959
Hunter Lab79.1945-29.913343.8126
CIE-Lab83.2936-29.220166.7094

#bfdc47 color RGB value is (191,220,71).

#bfdc47 hex color red value is 191, green value is 220 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #bfdc47 hue: 0.20 , saturation: 0.68 and the lightness value of bfdc47 is 0.57.

The process color (four color CMYK) of #bfdc47 color hex is 0.13, 0.00, 0.68, 0.14. Web safe color of #bfdc47 is #cccc33. Color #bfdc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 01000111
Octal 277 334 107
Decimal 191 220 71
Hex BF DC 47

RGB Percentages of Color #bfdc47

%39.63
%45.64
%14.73

CMYK Percentages of Color #bfdc47

%13
%0
%68
%14

Triadic Colors of #bfdc47

#bfdc47 #47bfdc #dc47bf

Analogous Colors of #bfdc47

#bfdc47 #75dc47 #dcaf47

Monochromatic Colors of #bfdc47

#bfdc47

Complementary Color

#bfdc47 #6447dc

#bfdc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdc47 Color CSS Codes

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

#bfdc47 Text Font Color

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

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


#bfdc47 Background Color

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

This div background color is #bfdc47


#bfdc47 Border Color

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

This div border color is #bfdc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdc47


Comments

No comments written yet.

Please login to write comment.