Color Hex Logo

#bfcca9 Color Hex

#BFCCA9
(191,204,169)
0 Favorites   0 Comments

Color spaces of #bfcca9

RGB 191204169
HSL0.230.260.73
HSV82°17°80°
CMYK 0.060.000.17   0.20
XYZ50.240257.126745.9147
Yxy57.12670.32780.3727
Hunter Lab75.5822-13.618216.8900
CIE-Lab80.2508-10.601515.9718

#bfcca9 color RGB value is (191,204,169).

#bfcca9 hex color red value is 191, green value is 204 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #bfcca9 hue: 0.23 , saturation: 0.26 and the lightness value of bfcca9 is 0.73.

The process color (four color CMYK) of #bfcca9 color hex is 0.06, 0.00, 0.17, 0.20. Web safe color of #bfcca9 is #cccc99. Color #bfcca9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 10101001
Octal 277 314 251
Decimal 191 204 169
Hex BF CC A9

RGB Percentages of Color #bfcca9

%33.87
%36.17
%29.96

CMYK Percentages of Color #bfcca9

%6
%0
%17
%20

Triadic Colors of #bfcca9

#bfcca9 #a9bfcc #cca9bf

Analogous Colors of #bfcca9

#bfcca9 #aecca9 #ccc8a9

Monochromatic Colors of #bfcca9

#bfcca9

Complementary Color

#bfcca9 #b6a9cc

#bfcca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcca9 Color CSS Codes

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

#bfcca9 Text Font Color

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

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


#bfcca9 Background Color

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

This div background color is #bfcca9


#bfcca9 Border Color

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

This div border color is #bfcca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcca9


Comments

No comments written yet.

Please login to write comment.