Color Hex Logo

#bfdd41 Color Hex

#BFDD41
(191,221,65)
0 Favorites   0 Comments

Color spaces of #bfdd41

RGB 19122165
HSL0.200.700.56
HSV72°71°87°
CMYK 0.140.000.71   0.13
XYZ48.296463.170914.6487
Yxy63.17090.38300.5009
Hunter Lab79.4801-30.624044.7086
CIE-Lab83.5322-30.028169.1264

#bfdd41 color RGB value is (191,221,65).

#bfdd41 hex color red value is 191, green value is 221 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #bfdd41 hue: 0.20 , saturation: 0.70 and the lightness value of bfdd41 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 01000001
Octal 277 335 101
Decimal 191 221 65
Hex BF DD 41

RGB Percentages of Color #bfdd41

%40.04
%46.33
%13.63

CMYK Percentages of Color #bfdd41

%14
%0
%71
%13

Triadic Colors of #bfdd41

#bfdd41 #41bfdd #dd41bf

Analogous Colors of #bfdd41

#bfdd41 #71dd41 #ddad41

Monochromatic Colors of #bfdd41

#bfdd41

Complementary Color

#bfdd41 #5f41dd

#bfdd41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd41 Color CSS Codes

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

#bfdd41 Text Font Color

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

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


#bfdd41 Background Color

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

This div background color is #bfdd41


#bfdd41 Border Color

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

This div border color is #bfdd41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd41


Comments

No comments written yet.

Please login to write comment.