Color Hex Logo

#bfc87a Color Hex

#BFC87A
(191,200,122)
0 Favorites   0 Comments

Color spaces of #bfc87a

RGB 191200122
HSL0.190.410.63
HSV67°39°78°
CMYK 0.050.000.39   0.22
XYZ45.653053.790126.3887
Yxy53.79010.36280.4275
Hunter Lab73.3417-17.237230.0064
CIE-Lab78.3392-15.060637.9587

#bfc87a color RGB value is (191,200,122).

#bfc87a hex color red value is 191, green value is 200 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bfc87a hue: 0.19 , saturation: 0.41 and the lightness value of bfc87a is 0.63.

The process color (four color CMYK) of #bfc87a color hex is 0.05, 0.00, 0.39, 0.22. Web safe color of #bfc87a is #cccc66. Color #bfc87a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001000 01111010
Octal 277 310 172
Decimal 191 200 122
Hex BF C8 7A

RGB Percentages of Color #bfc87a

%37.23
%38.99
%23.78

CMYK Percentages of Color #bfc87a

%5
%0
%39
%22

Triadic Colors of #bfc87a

#bfc87a #7abfc8 #c87abf

Analogous Colors of #bfc87a

#bfc87a #98c87a #c8aa7a

Monochromatic Colors of #bfc87a

#bfc87a

Complementary Color

#bfc87a #837ac8

#bfc87a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc87a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc87a Color CSS Codes

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

#bfc87a Text Font Color

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

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


#bfc87a Background Color

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

This div background color is #bfc87a


#bfc87a Border Color

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

This div border color is #bfc87a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc87a


Comments

No comments written yet.

Please login to write comment.