Color Hex Logo

#bfcc93 Color Hex

#BFCC93
(191,204,147)
0 Favorites   0 Comments

Color spaces of #bfcc93

RGB 191204147
HSL0.200.360.69
HSV74°28°80°
CMYK 0.060.000.28   0.20
XYZ48.345256.368735.9359
Yxy56.36870.34370.4008
Hunter Lab75.0791-16.448024.1768
CIE-Lab79.8232-13.906626.9982

#bfcc93 color RGB value is (191,204,147).

#bfcc93 hex color red value is 191, green value is 204 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bfcc93 hue: 0.20 , saturation: 0.36 and the lightness value of bfcc93 is 0.69.

The process color (four color CMYK) of #bfcc93 color hex is 0.06, 0.00, 0.28, 0.20. Web safe color of #bfcc93 is #cccc99. Color #bfcc93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 10010011
Octal 277 314 223
Decimal 191 204 147
Hex BF CC 93

RGB Percentages of Color #bfcc93

%35.24
%37.64
%27.12

CMYK Percentages of Color #bfcc93

%6
%0
%28
%20

Triadic Colors of #bfcc93

#bfcc93 #93bfcc #cc93bf

Analogous Colors of #bfcc93

#bfcc93 #a3cc93 #ccbd93

Monochromatic Colors of #bfcc93

#bfcc93

Complementary Color

#bfcc93 #a093cc

#bfcc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc93 Color CSS Codes

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

#bfcc93 Text Font Color

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

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


#bfcc93 Background Color

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

This div background color is #bfcc93


#bfcc93 Border Color

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

This div border color is #bfcc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc93


Comments

No comments written yet.

Please login to write comment.