Color Hex Logo

#bfdd9f Color Hex

#BFDD9F
(191,221,159)
0 Favorites   0 Comments

Color spaces of #bfdd9f

RGB 191221159
HSL0.250.480.75
HSV89°28°87°
CMYK 0.140.000.28   0.13
XYZ53.600365.292542.5786
Yxy65.29250.33190.4044
Hunter Lab80.8038-23.000625.3205
CIE-Lab84.6342-20.676727.2535

#bfdd9f color RGB value is (191,221,159).

#bfdd9f hex color red value is 191, green value is 221 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #bfdd9f hue: 0.25 , saturation: 0.48 and the lightness value of bfdd9f is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 10011111
Octal 277 335 237
Decimal 191 221 159
Hex BF DD 9F

RGB Percentages of Color #bfdd9f

%33.45
%38.70
%27.85

CMYK Percentages of Color #bfdd9f

%14
%0
%28
%13

Triadic Colors of #bfdd9f

#bfdd9f #9fbfdd #dd9fbf

Analogous Colors of #bfdd9f

#bfdd9f #a0dd9f #dddc9f

Monochromatic Colors of #bfdd9f

#bfdd9f

Complementary Color

#bfdd9f #bd9fdd

#bfdd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd9f Color CSS Codes

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

#bfdd9f Text Font Color

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

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


#bfdd9f Background Color

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

This div background color is #bfdd9f


#bfdd9f Border Color

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

This div border color is #bfdd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd9f


Comments

No comments written yet.

Please login to write comment.