Color Hex Logo

#bfdfbd Color Hex

#BFDFBD
(191,223,189)
0 Favorites   0 Comments

Color spaces of #bfdfbd

RGB 191223189
HSL0.320.350.81
HSV116°15°87°
CMYK 0.140.000.15   0.13
XYZ57.058867.525858.1706
Yxy67.52580.31220.3695
Hunter Lab82.1741-19.860515.5508
CIE-Lab85.7688-16.866813.1786

#bfdfbd color RGB value is (191,223,189).

#bfdfbd hex color red value is 191, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bfdfbd hue: 0.32 , saturation: 0.35 and the lightness value of bfdfbd is 0.81.

The process color (four color CMYK) of #bfdfbd color hex is 0.14, 0.00, 0.15, 0.13. Web safe color of #bfdfbd is #cccccc. Color #bfdfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 10111101
Octal 277 337 275
Decimal 191 223 189
Hex BF DF BD

RGB Percentages of Color #bfdfbd

%31.67
%36.98
%31.34

CMYK Percentages of Color #bfdfbd

%14
%0
%15
%13

Triadic Colors of #bfdfbd

#bfdfbd #bdbfdf #dfbdbf

Analogous Colors of #bfdfbd

#bfdfbd #bddfcc #d0dfbd

Monochromatic Colors of #bfdfbd

#bfdfbd

Complementary Color

#bfdfbd #ddbddf

#bfdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdfbd Color CSS Codes

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

#bfdfbd Text Font Color

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

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


#bfdfbd Background Color

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

This div background color is #bfdfbd


#bfdfbd Border Color

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

This div border color is #bfdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdfbd


Comments

No comments written yet.

Please login to write comment.