Color Hex Logo

#bfc993 Color Hex

#BFC993
(191,201,147)
0 Favorites   0 Comments

Color spaces of #bfc993

RGB 191201147
HSL0.200.330.68
HSV71°27°79°
CMYK 0.050.000.27   0.21
XYZ47.639054.956235.7005
Yxy54.95620.34450.3974
Hunter Lab74.1324-15.024123.3400
CIE-Lab79.0160-12.380425.9090

#bfc993 color RGB value is (191,201,147).

#bfc993 hex color red value is 191, green value is 201 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bfc993 hue: 0.20 , saturation: 0.33 and the lightness value of bfc993 is 0.68.

The process color (four color CMYK) of #bfc993 color hex is 0.05, 0.00, 0.27, 0.21. Web safe color of #bfc993 is #cccc99. Color #bfc993 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 10010011
Octal 277 311 223
Decimal 191 201 147
Hex BF C9 93

RGB Percentages of Color #bfc993

%35.44
%37.29
%27.27

CMYK Percentages of Color #bfc993

%5
%0
%27
%21

Triadic Colors of #bfc993

#bfc993 #93bfc9 #c993bf

Analogous Colors of #bfc993

#bfc993 #a4c993 #c9b893

Monochromatic Colors of #bfc993

#bfc993

Complementary Color

#bfc993 #9d93c9

#bfc993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc993 Color CSS Codes

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

#bfc993 Text Font Color

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

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


#bfc993 Background Color

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

This div background color is #bfc993


#bfc993 Border Color

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

This div border color is #bfc993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc993


Comments

No comments written yet.

Please login to write comment.