Color Hex Logo

#bfda9f Color Hex

#BFDA9F
(191,218,159)
0 Favorites   0 Comments

Color spaces of #bfda9f

RGB 191218159
HSL0.240.440.74
HSV87°27°85°
CMYK 0.120.000.27   0.15
XYZ52.815363.722442.3169
Yxy63.72240.33250.4011
Hunter Lab79.8263-21.595524.4481
CIE-Lab83.8210-19.198126.1517

#bfda9f color RGB value is (191,218,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 10011111
Octal 277 332 237
Decimal 191 218 159
Hex BF DA 9F

RGB Percentages of Color #bfda9f

%33.63
%38.38
%27.99

CMYK Percentages of Color #bfda9f

%12
%0
%27
%15

Triadic Colors of #bfda9f

#bfda9f #9fbfda #da9fbf

Analogous Colors of #bfda9f

#bfda9f #a2da9f #dad89f

Monochromatic Colors of #bfda9f

#bfda9f

Complementary Color

#bfda9f #ba9fda

#bfda9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda9f Color CSS Codes

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

#bfda9f Text Font Color

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

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


#bfda9f Background Color

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

This div background color is #bfda9f


#bfda9f Border Color

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

This div border color is #bfda9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda9f


Comments

No comments written yet.

Please login to write comment.