Color Hex Logo

#bfd261 Color Hex

#BFD261
(191,210,97)
0 Favorites   0 Comments

Color spaces of #bfd261

RGB 19121097
HSL0.190.560.60
HSV70°54°82°
CMYK 0.090.000.54   0.18
XYZ46.690158.032620.0498
Yxy58.03260.37420.4651
Hunter Lab76.1791-23.911037.7207
CIE-Lab80.7569-22.538953.0386

#bfd261 color RGB value is (191,210,97).

#bfd261 hex color red value is 191, green value is 210 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bfd261 hue: 0.19 , saturation: 0.56 and the lightness value of bfd261 is 0.60.

The process color (four color CMYK) of #bfd261 color hex is 0.09, 0.00, 0.54, 0.18. Web safe color of #bfd261 is #cccc66. Color #bfd261 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 01100001
Octal 277 322 141
Decimal 191 210 97
Hex BF D2 61

RGB Percentages of Color #bfd261

%38.35
%42.17
%19.48

CMYK Percentages of Color #bfd261

%9
%0
%54
%18

Triadic Colors of #bfd261

#bfd261 #61bfd2 #d261bf

Analogous Colors of #bfd261

#bfd261 #87d261 #d2ad61

Monochromatic Colors of #bfd261

#bfd261

Complementary Color

#bfd261 #7461d2

#bfd261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd261 Color CSS Codes

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

#bfd261 Text Font Color

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

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


#bfd261 Background Color

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

This div background color is #bfd261


#bfd261 Border Color

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

This div border color is #bfd261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd261


Comments

No comments written yet.

Please login to write comment.