Color Hex Logo

#bfd99d Color Hex

#BFD99D
(191,217,157)
0 Favorites   0 Comments

Color spaces of #bfd99d

RGB 191217157
HSL0.240.440.73
HSV86°28°85°
CMYK 0.120.000.28   0.15
XYZ52.384563.136441.3239
Yxy63.13640.33400.4025
Hunter Lab79.4584-21.372624.7860
CIE-Lab83.5141-18.995826.7732

#bfd99d color RGB value is (191,217,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 10011101
Octal 277 331 235
Decimal 191 217 157
Hex BF D9 9D

RGB Percentages of Color #bfd99d

%33.81
%38.41
%27.79

CMYK Percentages of Color #bfd99d

%12
%0
%28
%15

Triadic Colors of #bfd99d

#bfd99d #9dbfd9 #d99dbf

Analogous Colors of #bfd99d

#bfd99d #a1d99d #d9d59d

Monochromatic Colors of #bfd99d

#bfd99d

Complementary Color

#bfd99d #b79dd9

#bfd99d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd99d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd99d Color CSS Codes

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

#bfd99d Text Font Color

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

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


#bfd99d Background Color

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

This div background color is #bfd99d


#bfd99d Border Color

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

This div border color is #bfd99d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,217,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 #bfd99d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd99d


Comments

No comments written yet.

Please login to write comment.