Color Hex Logo

#bfdb9d Color Hex

#BFDB9D
(191,219,157)
0 Favorites   0 Comments

Color spaces of #bfdb9d

RGB 191219157
HSL0.240.460.74
HSV87°28°86°
CMYK 0.130.000.28   0.14
XYZ52.903264.173741.4968
Yxy64.17370.33360.4047
Hunter Lab80.1085-22.309425.3633
CIE-Lab84.0561-19.983527.5061

#bfdb9d color RGB value is (191,219,157).

#bfdb9d hex color red value is 191, green value is 219 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfdb9d hue: 0.24 , saturation: 0.46 and the lightness value of bfdb9d is 0.74.

The process color (four color CMYK) of #bfdb9d color hex is 0.13, 0.00, 0.28, 0.14. Web safe color of #bfdb9d is #cccc99. Color #bfdb9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 10011101
Octal 277 333 235
Decimal 191 219 157
Hex BF DB 9D

RGB Percentages of Color #bfdb9d

%33.69
%38.62
%27.69

CMYK Percentages of Color #bfdb9d

%13
%0
%28
%14

Triadic Colors of #bfdb9d

#bfdb9d #9dbfdb #db9dbf

Analogous Colors of #bfdb9d

#bfdb9d #a0db9d #dbd89d

Monochromatic Colors of #bfdb9d

#bfdb9d

Complementary Color

#bfdb9d #b99ddb

#bfdb9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdb9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdb9d Color CSS Codes

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

#bfdb9d Text Font Color

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

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


#bfdb9d Background Color

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

This div background color is #bfdb9d


#bfdb9d Border Color

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

This div border color is #bfdb9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdb9d


Comments

No comments written yet.

Please login to write comment.