Color Hex Logo

#bfd3ac Color Hex

#BFD3AC
(191,211,172)
0 Favorites   0 Comments

Color spaces of #bfd3ac

RGB 191211172
HSL0.250.310.75
HSV91°18°83°
CMYK 0.090.000.18   0.17
XYZ52.226560.643547.9825
Yxy60.64350.32470.3770
Hunter Lab77.8739-16.567617.9799
CIE-Lab82.1867-13.686917.0911

#bfd3ac color RGB value is (191,211,172).

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

The process color (four color CMYK) of #bfd3ac color hex is 0.09, 0.00, 0.18, 0.17. Web safe color of #bfd3ac is #cccc99. Color #bfd3ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 10101100
Octal 277 323 254
Decimal 191 211 172
Hex BF D3 AC

RGB Percentages of Color #bfd3ac

%33.28
%36.76
%29.97

CMYK Percentages of Color #bfd3ac

%9
%0
%18
%17

Triadic Colors of #bfd3ac

#bfd3ac #acbfd3 #d3acbf

Analogous Colors of #bfd3ac

#bfd3ac #acd3ad #d3d3ac

Monochromatic Colors of #bfd3ac

#bfd3ac

Complementary Color

#bfd3ac #c0acd3

#bfd3ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd3ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd3ac Color CSS Codes

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

#bfd3ac Text Font Color

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

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


#bfd3ac Background Color

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

This div background color is #bfd3ac


#bfd3ac Border Color

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

This div border color is #bfd3ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd3ac


Comments

No comments written yet.

Please login to write comment.