Color Hex Logo

#bfd39a Color Hex

#BFD39A
(191,211,154)
0 Favorites   0 Comments

Color spaces of #bfd39a

RGB 191211154
HSL0.230.390.72
HSV81°27°83°
CMYK 0.090.000.27   0.17
XYZ50.612959.998039.4850
Yxy59.99800.33720.3997
Hunter Lab77.4584-18.916623.9973
CIE-Lab81.8371-16.441826.0624

#bfd39a color RGB value is (191,211,154).

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

The process color (four color CMYK) of #bfd39a color hex is 0.09, 0.00, 0.27, 0.17. Web safe color of #bfd39a is #cccc99. Color #bfd39a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 10011010
Octal 277 323 232
Decimal 191 211 154
Hex BF D3 9A

RGB Percentages of Color #bfd39a

%34.35
%37.95
%27.70

CMYK Percentages of Color #bfd39a

%9
%0
%27
%17

Triadic Colors of #bfd39a

#bfd39a #9abfd3 #d39abf

Analogous Colors of #bfd39a

#bfd39a #a3d39a #d3cb9a

Monochromatic Colors of #bfd39a

#bfd39a

Complementary Color

#bfd39a #ae9ad3

#bfd39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd39a Color CSS Codes

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

#bfd39a Text Font Color

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

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


#bfd39a Background Color

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

This div background color is #bfd39a


#bfd39a Border Color

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

This div border color is #bfd39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd39a


Comments

No comments written yet.

Please login to write comment.