Color Hex Logo

#bfda9d Color Hex

#BFDA9D
(191,218,157)
0 Favorites   0 Comments

Color spaces of #bfda9d

RGB 191218157
HSL0.240.450.74
HSV87°28°85°
CMYK 0.120.000.28   0.15
XYZ52.643163.653541.4101
Yxy63.65350.33380.4036
Hunter Lab79.7831-21.841325.0747
CIE-Lab83.7850-19.490227.1397

#bfda9d color RGB value is (191,218,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011010 10011101
Octal 277 332 235
Decimal 191 218 157
Hex BF DA 9D

RGB Percentages of Color #bfda9d

%33.75
%38.52
%27.74

CMYK Percentages of Color #bfda9d

%12
%0
%28
%15

Triadic Colors of #bfda9d

#bfda9d #9dbfda #da9dbf

Analogous Colors of #bfda9d

#bfda9d #a1da9d #dad79d

Monochromatic Colors of #bfda9d

#bfda9d

Complementary Color

#bfda9d #b89dda

#bfda9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfda9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfda9d Color CSS Codes

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

#bfda9d Text Font Color

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

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


#bfda9d Background Color

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

This div background color is #bfda9d


#bfda9d Border Color

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

This div border color is #bfda9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfda9d


Comments

No comments written yet.

Please login to write comment.