Color Hex Logo

#bfdf56 Color Hex

#BFDF56
(191,223,86)
0 Favorites   0 Comments

Color spaces of #bfdf56

RGB 19122386
HSL0.210.680.61
HSV74°61°87°
CMYK 0.140.000.61   0.13
XYZ49.553264.523618.6467
Yxy64.52360.37340.4862
Hunter Lab80.3266-30.455542.4653
CIE-Lab84.2376-29.637461.7585

#bfdf56 color RGB value is (191,223,86).

#bfdf56 hex color red value is 191, green value is 223 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bfdf56 hue: 0.21 , saturation: 0.68 and the lightness value of bfdf56 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01010110
Octal 277 337 126
Decimal 191 223 86
Hex BF DF 56

RGB Percentages of Color #bfdf56

%38.20
%44.60
%17.20

CMYK Percentages of Color #bfdf56

%14
%0
%61
%13

Triadic Colors of #bfdf56

#bfdf56 #56bfdf #df56bf

Analogous Colors of #bfdf56

#bfdf56 #7bdf56 #dfbb56

Monochromatic Colors of #bfdf56

#bfdf56

Complementary Color

#bfdf56 #7656df

#bfdf56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf56 Color CSS Codes

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

#bfdf56 Text Font Color

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

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


#bfdf56 Background Color

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

This div background color is #bfdf56


#bfdf56 Border Color

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

This div border color is #bfdf56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,223,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 #bfdf56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf56


Comments

No comments written yet.

Please login to write comment.