Color Hex Logo

#bfc977 Color Hex

#BFC977
(191,201,119)
0 Favorites   0 Comments

Color spaces of #bfc977

RGB 191201119
HSL0.190.430.63
HSV67°41°79°
CMYK 0.050.000.41   0.21
XYZ45.702354.181625.5021
Yxy54.18160.36450.4321
Hunter Lab73.6082-17.986030.9842
CIE-Lab78.5675-15.903839.7648

#bfc977 color RGB value is (191,201,119).

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

The process color (four color CMYK) of #bfc977 color hex is 0.05, 0.00, 0.41, 0.21. Web safe color of #bfc977 is #cccc66. Color #bfc977 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001001 01110111
Octal 277 311 167
Decimal 191 201 119
Hex BF C9 77

RGB Percentages of Color #bfc977

%37.38
%39.33
%23.29

CMYK Percentages of Color #bfc977

%5
%0
%41
%21

Triadic Colors of #bfc977

#bfc977 #77bfc9 #c977bf

Analogous Colors of #bfc977

#bfc977 #96c977 #c9aa77

Monochromatic Colors of #bfc977

#bfc977

Complementary Color

#bfc977 #8177c9

#bfc977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc977 Color CSS Codes

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

#bfc977 Text Font Color

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

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


#bfc977 Background Color

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

This div background color is #bfc977


#bfc977 Border Color

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

This div border color is #bfc977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc977


Comments

No comments written yet.

Please login to write comment.