Color Hex Logo

#bfc499 Color Hex

#BFC499
(191,196,153)
0 Favorites   0 Comments

Color spaces of #bfc499

RGB 191196153
HSL0.190.270.68
HSV67°22°77°
CMYK 0.030.000.22   0.23
XYZ46.975652.856137.8634
Yxy52.85610.34120.3839
Hunter Lab72.7022-11.893420.0132
CIE-Lab77.7900-8.947821.0644

#bfc499 color RGB value is (191,196,153).

#bfc499 hex color red value is 191, green value is 196 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bfc499 hue: 0.19 , saturation: 0.27 and the lightness value of bfc499 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10011001
Octal 277 304 231
Decimal 191 196 153
Hex BF C4 99

RGB Percentages of Color #bfc499

%35.37
%36.30
%28.33

CMYK Percentages of Color #bfc499

%3
%0
%22
%23

Triadic Colors of #bfc499

#bfc499 #99bfc4 #c499bf

Analogous Colors of #bfc499

#bfc499 #aac499 #c4b499

Monochromatic Colors of #bfc499

#bfc499

Complementary Color

#bfc499 #9e99c4

#bfc499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc499 Color CSS Codes

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

#bfc499 Text Font Color

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

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


#bfc499 Background Color

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

This div background color is #bfc499


#bfc499 Border Color

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

This div border color is #bfc499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc499


Comments

No comments written yet.

Please login to write comment.