Color Hex Logo

#bfd896 Color Hex

#BFD896
(191,216,150)
0 Favorites   0 Comments

Color spaces of #bfd896

RGB 191216150
HSL0.230.460.72
HSV83°31°85°
CMYK 0.120.000.31   0.15
XYZ51.546762.390138.1799
Yxy62.39010.33890.4101
Hunter Lab78.9874-21.739926.6324
CIE-Lab83.1204-19.496229.8640

#bfd896 color RGB value is (191,216,150).

#bfd896 hex color red value is 191, green value is 216 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #bfd896 hue: 0.23 , saturation: 0.46 and the lightness value of bfd896 is 0.72.

The process color (four color CMYK) of #bfd896 color hex is 0.12, 0.00, 0.31, 0.15. Web safe color of #bfd896 is #cccc99. Color #bfd896 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011000 10010110
Octal 277 330 226
Decimal 191 216 150
Hex BF D8 96

RGB Percentages of Color #bfd896

%34.29
%38.78
%26.93

CMYK Percentages of Color #bfd896

%12
%0
%31
%15

Triadic Colors of #bfd896

#bfd896 #96bfd8 #d896bf

Analogous Colors of #bfd896

#bfd896 #9ed896 #d8d096

Monochromatic Colors of #bfd896

#bfd896

Complementary Color

#bfd896 #af96d8

#bfd896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd896 Color CSS Codes

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

#bfd896 Text Font Color

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

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


#bfd896 Background Color

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

This div background color is #bfd896


#bfd896 Border Color

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

This div border color is #bfd896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd896


Comments

No comments written yet.

Please login to write comment.