Color Hex Logo

#bfdd59 Color Hex

#BFDD59
(191,221,89)
0 Favorites   0 Comments

Color spaces of #bfdd59

RGB 19122189
HSL0.200.660.61
HSV74°60°87°
CMYK 0.140.000.60   0.13
XYZ49.145563.510519.1197
Yxy63.51050.37290.4820
Hunter Lab79.6935-29.385941.5608
CIE-Lab83.7103-28.470859.9179

#bfdd59 color RGB value is (191,221,89).

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

The process color (four color CMYK) of #bfdd59 color hex is 0.14, 0.00, 0.60, 0.13. Web safe color of #bfdd59 is #cccc66. Color #bfdd59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 01011001
Octal 277 335 131
Decimal 191 221 89
Hex BF DD 59

RGB Percentages of Color #bfdd59

%38.12
%44.11
%17.76

CMYK Percentages of Color #bfdd59

%14
%0
%60
%13

Triadic Colors of #bfdd59

#bfdd59 #59bfdd #dd59bf

Analogous Colors of #bfdd59

#bfdd59 #7ddd59 #ddb959

Monochromatic Colors of #bfdd59

#bfdd59

Complementary Color

#bfdd59 #7759dd

#bfdd59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd59 Color CSS Codes

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

#bfdd59 Text Font Color

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

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


#bfdd59 Background Color

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

This div background color is #bfdd59


#bfdd59 Border Color

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

This div border color is #bfdd59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd59


Comments

No comments written yet.

Please login to write comment.