Color Hex Logo

#bfdd56 Color Hex

#BFDD56
(191,221,86)
0 Favorites   0 Comments

Color spaces of #bfdd56

RGB 19122186
HSL0.200.670.60
HSV73°61°87°
CMYK 0.140.000.61   0.13
XYZ49.022063.461218.4696
Yxy63.46120.37430.4846
Hunter Lab79.6625-29.565842.0175
CIE-Lab83.6844-28.696061.1575

#bfdd56 color RGB value is (191,221,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 01010110
Octal 277 335 126
Decimal 191 221 86
Hex BF DD 56

RGB Percentages of Color #bfdd56

%38.35
%44.38
%17.27

CMYK Percentages of Color #bfdd56

%14
%0
%61
%13

Triadic Colors of #bfdd56

#bfdd56 #56bfdd #dd56bf

Analogous Colors of #bfdd56

#bfdd56 #7cdd56 #ddb856

Monochromatic Colors of #bfdd56

#bfdd56

Complementary Color

#bfdd56 #7456dd

#bfdd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd56 Color CSS Codes

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

#bfdd56 Text Font Color

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

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


#bfdd56 Background Color

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

This div background color is #bfdd56


#bfdd56 Border Color

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

This div border color is #bfdd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd56


Comments

No comments written yet.

Please login to write comment.