Color Hex Logo

#bfc584 Color Hex

#BFC584
(191,197,132)
0 Favorites   0 Comments

Color spaces of #bfc584

RGB 191197132
HSL0.180.360.65
HSV66°33°77°
CMYK 0.030.000.33   0.23
XYZ45.617052.674829.5928
Yxy52.67480.35670.4119
Hunter Lab72.5774-14.818026.6292
CIE-Lab77.6826-12.333531.9714

#bfc584 color RGB value is (191,197,132).

#bfc584 hex color red value is 191, green value is 197 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfc584 hue: 0.18 , saturation: 0.36 and the lightness value of bfc584 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 10000100
Octal 277 305 204
Decimal 191 197 132
Hex BF C5 84

RGB Percentages of Color #bfc584

%36.73
%37.88
%25.38

CMYK Percentages of Color #bfc584

%3
%0
%33
%23

Triadic Colors of #bfc584

#bfc584 #84bfc5 #c584bf

Analogous Colors of #bfc584

#bfc584 #9fc584 #c5ab84

Monochromatic Colors of #bfc584

#bfc584

Complementary Color

#bfc584 #8a84c5

#bfc584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc584 Color CSS Codes

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

#bfc584 Text Font Color

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

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


#bfc584 Background Color

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

This div background color is #bfc584


#bfc584 Border Color

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

This div border color is #bfc584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc584


Comments

No comments written yet.

Please login to write comment.