Color Hex Logo

#bfd160 Color Hex

#BFD160
(191,209,96)
0 Favorites   0 Comments

Color spaces of #bfd160

RGB 19120996
HSL0.190.550.60
HSV70°54°82°
CMYK 0.090.000.54   0.18
XYZ46.397657.521819.7237
Yxy57.52180.37530.4652
Hunter Lab75.8431-23.526837.6713
CIE-Lab80.4722-22.137253.1679

#bfd160 color RGB value is (191,209,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 01100000
Octal 277 321 140
Decimal 191 209 96
Hex BF D1 60

RGB Percentages of Color #bfd160

%38.51
%42.14
%19.35

CMYK Percentages of Color #bfd160

%9
%0
%54
%18

Triadic Colors of #bfd160

#bfd160 #60bfd1 #d160bf

Analogous Colors of #bfd160

#bfd160 #87d160 #d1ab60

Monochromatic Colors of #bfd160

#bfd160

Complementary Color

#bfd160 #7260d1

#bfd160 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd160 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd160 Color CSS Codes

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

#bfd160 Text Font Color

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

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


#bfd160 Background Color

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

This div background color is #bfd160


#bfd160 Border Color

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

This div border color is #bfd160


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd160


Comments

No comments written yet.

Please login to write comment.