Color Hex Logo

#bfc58a Color Hex

#BFC58A
(191,197,138)
0 Favorites   0 Comments

Color spaces of #bfc58a

RGB 191197138
HSL0.180.340.66
HSV66°30°77°
CMYK 0.030.000.30   0.23
XYZ46.039652.843831.8181
Yxy52.84380.35220.4043
Hunter Lab72.6937-14.163524.9343
CIE-Lab77.7827-11.559728.9748

#bfc58a color RGB value is (191,197,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 10001010
Octal 277 305 212
Decimal 191 197 138
Hex BF C5 8A

RGB Percentages of Color #bfc58a

%36.31
%37.45
%26.24

CMYK Percentages of Color #bfc58a

%3
%0
%30
%23

Triadic Colors of #bfc58a

#bfc58a #8abfc5 #c58abf

Analogous Colors of #bfc58a

#bfc58a #a2c58a #c5ae8a

Monochromatic Colors of #bfc58a

#bfc58a

Complementary Color

#bfc58a #908ac5

#bfc58a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc58a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc58a Color CSS Codes

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

#bfc58a Text Font Color

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

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


#bfc58a Background Color

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

This div background color is #bfc58a


#bfc58a Border Color

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

This div border color is #bfc58a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc58a


Comments

No comments written yet.

Please login to write comment.