Color Hex Logo

#bfc277 Color Hex

#BFC277
(191,194,119)
0 Favorites   0 Comments

Color spaces of #bfc277

RGB 191194119
HSL0.170.380.61
HSV62°39°76°
CMYK 0.020.000.39   0.24
XYZ44.107450.991824.9705
Yxy50.99180.36730.4247
Hunter Lab71.4085-14.709629.2532
CIE-Lab76.6740-12.353137.3628

#bfc277 color RGB value is (191,194,119).

#bfc277 hex color red value is 191, green value is 194 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bfc277 hue: 0.17 , saturation: 0.38 and the lightness value of bfc277 is 0.61.

The process color (four color CMYK) of #bfc277 color hex is 0.02, 0.00, 0.39, 0.24. Web safe color of #bfc277 is #cccc66. Color #bfc277 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 01110111
Octal 277 302 167
Decimal 191 194 119
Hex BF C2 77

RGB Percentages of Color #bfc277

%37.90
%38.49
%23.61

CMYK Percentages of Color #bfc277

%2
%0
%39
%24

Triadic Colors of #bfc277

#bfc277 #77bfc2 #c277bf

Analogous Colors of #bfc277

#bfc277 #9ac277 #c2a077

Monochromatic Colors of #bfc277

#bfc277

Complementary Color

#bfc277 #7a77c2

#bfc277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc277 Color CSS Codes

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

#bfc277 Text Font Color

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

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


#bfc277 Background Color

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

This div background color is #bfc277


#bfc277 Border Color

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

This div border color is #bfc277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc277


Comments

No comments written yet.

Please login to write comment.