Color Hex Logo

#bfdf63 Color Hex

#BFDF63
(191,223,99)
0 Favorites   0 Comments

Color spaces of #bfdf63

RGB 19122399
HSL0.210.660.63
HSV75°56°87°
CMYK 0.140.000.56   0.13
XYZ50.125764.752621.6610
Yxy64.75260.36710.4742
Hunter Lab80.4690-29.629640.3684
CIE-Lab84.3561-28.604156.2744

#bfdf63 color RGB value is (191,223,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01100011
Octal 277 337 143
Decimal 191 223 99
Hex BF DF 63

RGB Percentages of Color #bfdf63

%37.23
%43.47
%19.30

CMYK Percentages of Color #bfdf63

%14
%0
%56
%13

Triadic Colors of #bfdf63

#bfdf63 #63bfdf #df63bf

Analogous Colors of #bfdf63

#bfdf63 #81df63 #dfc163

Monochromatic Colors of #bfdf63

#bfdf63

Complementary Color

#bfdf63 #8363df

#bfdf63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf63 Color CSS Codes

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

#bfdf63 Text Font Color

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

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


#bfdf63 Background Color

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

This div background color is #bfdf63


#bfdf63 Border Color

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

This div border color is #bfdf63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf63


Comments

No comments written yet.

Please login to write comment.