Color Hex Logo

#bfd7ac Color Hex

#BFD7AC
(191,215,172)
0 Favorites   0 Comments

Color spaces of #bfd7ac

RGB 191215172
HSL0.260.350.76
HSV93°20°84°
CMYK 0.110.000.20   0.16
XYZ53.232762.655848.3178
Yxy62.65580.32420.3816
Hunter Lab79.1554-18.479219.2172
CIE-Lab83.2609-15.703918.5895

#bfd7ac color RGB value is (191,215,172).

#bfd7ac hex color red value is 191, green value is 215 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bfd7ac hue: 0.26 , saturation: 0.35 and the lightness value of bfd7ac is 0.76.

The process color (four color CMYK) of #bfd7ac color hex is 0.11, 0.00, 0.20, 0.16. Web safe color of #bfd7ac is #cccc99. Color #bfd7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 10101100
Octal 277 327 254
Decimal 191 215 172
Hex BF D7 AC

RGB Percentages of Color #bfd7ac

%33.04
%37.20
%29.76

CMYK Percentages of Color #bfd7ac

%11
%0
%20
%16

Triadic Colors of #bfd7ac

#bfd7ac #acbfd7 #d7acbf

Analogous Colors of #bfd7ac

#bfd7ac #acd7af #d5d7ac

Monochromatic Colors of #bfd7ac

#bfd7ac

Complementary Color

#bfd7ac #c4acd7

#bfd7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd7ac Color CSS Codes

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

#bfd7ac Text Font Color

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

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


#bfd7ac Background Color

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

This div background color is #bfd7ac


#bfd7ac Border Color

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

This div border color is #bfd7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd7ac


Comments

No comments written yet.

Please login to write comment.