Color Hex Logo

#bfc692 Color Hex

#BFC692
(191,198,146)
0 Favorites   0 Comments

Color spaces of #bfc692

RGB 191198146
HSL0.190.310.67
HSV68°26°78°
CMYK 0.040.000.26   0.22
XYZ46.868253.539935.0581
Yxy53.53990.34600.3952
Hunter Lab73.1710-13.714622.8123
CIE-Lab78.1927-10.985225.3216

#bfc692 color RGB value is (191,198,146).

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

The process color (four color CMYK) of #bfc692 color hex is 0.04, 0.00, 0.26, 0.22. Web safe color of #bfc692 is #cccc99. Color #bfc692 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000110 10010010
Octal 277 306 222
Decimal 191 198 146
Hex BF C6 92

RGB Percentages of Color #bfc692

%35.70
%37.01
%27.29

CMYK Percentages of Color #bfc692

%4
%0
%26
%22

Triadic Colors of #bfc692

#bfc692 #92bfc6 #c692bf

Analogous Colors of #bfc692

#bfc692 #a5c692 #c6b392

Monochromatic Colors of #bfc692

#bfc692

Complementary Color

#bfc692 #9992c6

#bfc692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc692 Color CSS Codes

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

#bfc692 Text Font Color

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

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


#bfc692 Background Color

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

This div background color is #bfc692


#bfc692 Border Color

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

This div border color is #bfc692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc692


Comments

No comments written yet.

Please login to write comment.