Color Hex Logo

#bfc392 Color Hex

#BFC392
(191,195,146)
0 Favorites   0 Comments

Color spaces of #bfc392

RGB 191195146
HSL0.180.290.67
HSV65°25°76°
CMYK 0.020.000.25   0.24
XYZ46.189352.181934.8318
Yxy52.18190.34680.3917
Hunter Lab72.2370-12.279621.9770
CIE-Lab77.3895-9.439724.2324

#bfc392 color RGB value is (191,195,146).

#bfc392 hex color red value is 191, green value is 195 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #bfc392 hue: 0.18 , saturation: 0.29 and the lightness value of bfc392 is 0.67.

The process color (four color CMYK) of #bfc392 color hex is 0.02, 0.00, 0.25, 0.24. Web safe color of #bfc392 is #cccc99. Color #bfc392 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000011 10010010
Octal 277 303 222
Decimal 191 195 146
Hex BF C3 92

RGB Percentages of Color #bfc392

%35.90
%36.65
%27.44

CMYK Percentages of Color #bfc392

%2
%0
%25
%24

Triadic Colors of #bfc392

#bfc392 #92bfc3 #c392bf

Analogous Colors of #bfc392

#bfc392 #a7c392 #c3af92

Monochromatic Colors of #bfc392

#bfc392

Complementary Color

#bfc392 #9692c3

#bfc392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc392 Color CSS Codes

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

#bfc392 Text Font Color

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

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


#bfc392 Background Color

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

This div background color is #bfc392


#bfc392 Border Color

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

This div border color is #bfc392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc392


Comments

No comments written yet.

Please login to write comment.