Color Hex Logo

#bfc492 Color Hex

#BFC492
(191,196,146)
0 Favorites   0 Comments

Color spaces of #bfc492

RGB 191196146
HSL0.180.300.67
HSV66°26°77°
CMYK 0.030.000.26   0.23
XYZ46.414152.631534.9067
Yxy52.63150.34650.3929
Hunter Lab72.5476-12.758522.2556
CIE-Lab77.6569-9.955824.5955

#bfc492 color RGB value is (191,196,146).

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

The process color (four color CMYK) of #bfc492 color hex is 0.03, 0.00, 0.26, 0.23. Web safe color of #bfc492 is #cccc99. Color #bfc492 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10010010
Octal 277 304 222
Decimal 191 196 146
Hex BF C4 92

RGB Percentages of Color #bfc492

%35.83
%36.77
%27.39

CMYK Percentages of Color #bfc492

%3
%0
%26
%23

Triadic Colors of #bfc492

#bfc492 #92bfc4 #c492bf

Analogous Colors of #bfc492

#bfc492 #a6c492 #c4b092

Monochromatic Colors of #bfc492

#bfc492

Complementary Color

#bfc492 #9792c4

#bfc492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc492 Color CSS Codes

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

#bfc492 Text Font Color

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

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


#bfc492 Background Color

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

This div background color is #bfc492


#bfc492 Border Color

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

This div border color is #bfc492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc492


Comments

No comments written yet.

Please login to write comment.