Color Hex Logo

#bfdc49 Color Hex

#BFDC49
(191,220,73)
0 Favorites   0 Comments

Color spaces of #bfdc49

RGB 19122073
HSL0.200.680.57
HSV72°67°86°
CMYK 0.130.000.67   0.14
XYZ48.281762.743815.8694
Yxy62.74380.38050.4945
Hunter Lab79.2110-29.817643.5693
CIE-Lab83.3074-29.099565.9677

#bfdc49 color RGB value is (191,220,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 01001001
Octal 277 334 111
Decimal 191 220 73
Hex BF DC 49

RGB Percentages of Color #bfdc49

%39.46
%45.45
%15.08

CMYK Percentages of Color #bfdc49

%13
%0
%67
%14

Triadic Colors of #bfdc49

#bfdc49 #49bfdc #dc49bf

Analogous Colors of #bfdc49

#bfdc49 #76dc49 #dcb049

Monochromatic Colors of #bfdc49

#bfdc49

Complementary Color

#bfdc49 #6649dc

#bfdc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdc49 Color CSS Codes

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

#bfdc49 Text Font Color

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

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


#bfdc49 Background Color

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

This div background color is #bfdc49


#bfdc49 Border Color

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

This div border color is #bfdc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdc49


Comments

No comments written yet.

Please login to write comment.