Color Hex Logo

#bfdf71 Color Hex

#BFDF71
(191,223,113)
0 Favorites   0 Comments

Color spaces of #bfdf71

RGB 191223113
HSL0.220.630.66
HSV77°49°87°
CMYK 0.140.000.49   0.13
XYZ50.854265.044025.4972
Yxy65.04400.35970.4600
Hunter Lab80.6499-28.583137.7106
CIE-Lab84.5064-27.304450.0122

#bfdf71 color RGB value is (191,223,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 01110001
Octal 277 337 161
Decimal 191 223 113
Hex BF DF 71

RGB Percentages of Color #bfdf71

%36.24
%42.31
%21.44

CMYK Percentages of Color #bfdf71

%14
%0
%49
%13

Triadic Colors of #bfdf71

#bfdf71 #71bfdf #df71bf

Analogous Colors of #bfdf71

#bfdf71 #88df71 #dfc871

Monochromatic Colors of #bfdf71

#bfdf71

Complementary Color

#bfdf71 #9171df

#bfdf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf71 Color CSS Codes

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

#bfdf71 Text Font Color

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

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


#bfdf71 Background Color

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

This div background color is #bfdf71


#bfdf71 Border Color

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

This div border color is #bfdf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf71


Comments

No comments written yet.

Please login to write comment.