Color Hex Logo

#bfc577 Color Hex

#BFC577
(191,197,119)
0 Favorites   0 Comments

Color spaces of #bfc577

RGB 191197119
HSL0.180.400.62
HSV65°40°77°
CMYK 0.030.000.40   0.23
XYZ44.781952.340825.1953
Yxy52.34080.36610.4279
Hunter Lab72.3469-16.117829.9947
CIE-Lab77.4842-13.881838.3933

#bfc577 color RGB value is (191,197,119).

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

The process color (four color CMYK) of #bfc577 color hex is 0.03, 0.00, 0.40, 0.23. Web safe color of #bfc577 is #cccc66. Color #bfc577 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01110111
Octal 277 305 167
Decimal 191 197 119
Hex BF C5 77

RGB Percentages of Color #bfc577

%37.67
%38.86
%23.47

CMYK Percentages of Color #bfc577

%3
%0
%40
%23

Triadic Colors of #bfc577

#bfc577 #77bfc5 #c577bf

Analogous Colors of #bfc577

#bfc577 #98c577 #c5a477

Monochromatic Colors of #bfc577

#bfc577

Complementary Color

#bfc577 #7d77c5

#bfc577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc577 Color CSS Codes

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

#bfc577 Text Font Color

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

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


#bfc577 Background Color

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

This div background color is #bfc577


#bfc577 Border Color

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

This div border color is #bfc577


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,197,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 #bfc577">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc577


Comments

No comments written yet.

Please login to write comment.