Color Hex Logo

#bfd19a Color Hex

#BFD19A
(191,209,154)
0 Favorites   0 Comments

Color spaces of #bfd19a

RGB 191209154
HSL0.220.370.71
HSV80°26°82°
CMYK 0.090.000.26   0.18
XYZ50.119159.010439.3204
Yxy59.01040.33760.3975
Hunter Lab76.8182-17.971823.4244
CIE-Lab81.2973-15.437425.3302

#bfd19a color RGB value is (191,209,154).

#bfd19a hex color red value is 191, green value is 209 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bfd19a hue: 0.22 , saturation: 0.37 and the lightness value of bfd19a is 0.71.

The process color (four color CMYK) of #bfd19a color hex is 0.09, 0.00, 0.26, 0.18. Web safe color of #bfd19a is #cccc99. Color #bfd19a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10011010
Octal 277 321 232
Decimal 191 209 154
Hex BF D1 9A

RGB Percentages of Color #bfd19a

%34.48
%37.73
%27.80

CMYK Percentages of Color #bfd19a

%9
%0
%26
%18

Triadic Colors of #bfd19a

#bfd19a #9abfd1 #d19abf

Analogous Colors of #bfd19a

#bfd19a #a4d19a #d1c89a

Monochromatic Colors of #bfd19a

#bfd19a

Complementary Color

#bfd19a #ac9ad1

#bfd19a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd19a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd19a Color CSS Codes

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

#bfd19a Text Font Color

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

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


#bfd19a Background Color

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

This div background color is #bfd19a


#bfd19a Border Color

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

This div border color is #bfd19a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd19a


Comments

No comments written yet.

Please login to write comment.