Color Hex Logo

#bfcc71 Color Hex

#BFCC71
(191,204,113)
0 Favorites   0 Comments

Color spaces of #bfcc71

RGB 191204113
HSL0.190.470.62
HSV69°45°80°
CMYK 0.060.000.45   0.20
XYZ46.059455.454423.8990
Yxy55.45440.36730.4422
Hunter Lab74.4677-19.913633.0994
CIE-Lab79.3023-18.053443.6710

#bfcc71 color RGB value is (191,204,113).

#bfcc71 hex color red value is 191, green value is 204 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bfcc71 hue: 0.19 , saturation: 0.47 and the lightness value of bfcc71 is 0.62.

The process color (four color CMYK) of #bfcc71 color hex is 0.06, 0.00, 0.45, 0.20. Web safe color of #bfcc71 is #cccc66. Color #bfcc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01110001
Octal 277 314 161
Decimal 191 204 113
Hex BF CC 71

RGB Percentages of Color #bfcc71

%37.60
%40.16
%22.24

CMYK Percentages of Color #bfcc71

%6
%0
%45
%20

Triadic Colors of #bfcc71

#bfcc71 #71bfcc #cc71bf

Analogous Colors of #bfcc71

#bfcc71 #92cc71 #ccac71

Monochromatic Colors of #bfcc71

#bfcc71

Complementary Color

#bfcc71 #7e71cc

#bfcc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc71 Color CSS Codes

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

#bfcc71 Text Font Color

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

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


#bfcc71 Background Color

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

This div background color is #bfcc71


#bfcc71 Border Color

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

This div border color is #bfcc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc71


Comments

No comments written yet.

Please login to write comment.