Color Hex Logo

#bfcc5e Color Hex

#BFCC5E
(191,204,94)
0 Favorites   0 Comments

Color spaces of #bfcc5e

RGB 19120494
HSL0.190.520.58
HSV67°54°80°
CMYK 0.060.000.54   0.20
XYZ45.099155.070218.8423
Yxy55.07020.37890.4627
Hunter Lab74.2093-21.386736.8923
CIE-Lab79.0817-19.851152.4819

#bfcc5e color RGB value is (191,204,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01011110
Octal 277 314 136
Decimal 191 204 94
Hex BF CC 5E

RGB Percentages of Color #bfcc5e

%39.06
%41.72
%19.22

CMYK Percentages of Color #bfcc5e

%6
%0
%54
%20

Triadic Colors of #bfcc5e

#bfcc5e #5ebfcc #cc5ebf

Analogous Colors of #bfcc5e

#bfcc5e #88cc5e #cca25e

Monochromatic Colors of #bfcc5e

#bfcc5e

Complementary Color

#bfcc5e #6b5ecc

#bfcc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc5e Color CSS Codes

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

#bfcc5e Text Font Color

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

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


#bfcc5e Background Color

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

This div background color is #bfcc5e


#bfcc5e Border Color

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

This div border color is #bfcc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc5e


Comments

No comments written yet.

Please login to write comment.