Color Hex Logo

#bfcc73 Color Hex

#BFCC73
(191,204,115)
0 Favorites   0 Comments

Color spaces of #bfcc73

RGB 191204115
HSL0.190.470.63
HSV69°44°80°
CMYK 0.060.000.44   0.20
XYZ46.173255.499924.4986
Yxy55.49990.36600.4399
Hunter Lab74.4983-19.739632.6514
CIE-Lab79.3283-17.842642.7153

#bfcc73 color RGB value is (191,204,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01110011
Octal 277 314 163
Decimal 191 204 115
Hex BF CC 73

RGB Percentages of Color #bfcc73

%37.45
%40.00
%22.55

CMYK Percentages of Color #bfcc73

%6
%0
%44
%20

Triadic Colors of #bfcc73

#bfcc73 #73bfcc #cc73bf

Analogous Colors of #bfcc73

#bfcc73 #93cc73 #ccad73

Monochromatic Colors of #bfcc73

#bfcc73

Complementary Color

#bfcc73 #8073cc

#bfcc73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc73 Color CSS Codes

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

#bfcc73 Text Font Color

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

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


#bfcc73 Background Color

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

This div background color is #bfcc73


#bfcc73 Border Color

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

This div border color is #bfcc73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc73


Comments

No comments written yet.

Please login to write comment.