Color Hex Logo

#bfcc78 Color Hex

#BFCC78
(191,204,120)
0 Favorites   0 Comments

Color spaces of #bfcc78

RGB 191204120
HSL0.190.450.64
HSV69°41°80°
CMYK 0.060.000.41   0.20
XYZ46.468955.618226.0555
Yxy55.61820.36260.4340
Hunter Lab74.5776-19.288431.4899
CIE-Lab79.3960-17.297040.3079

#bfcc78 color RGB value is (191,204,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001100 01111000
Octal 277 314 170
Decimal 191 204 120
Hex BF CC 78

RGB Percentages of Color #bfcc78

%37.09
%39.61
%23.30

CMYK Percentages of Color #bfcc78

%6
%0
%41
%20

Triadic Colors of #bfcc78

#bfcc78 #78bfcc #cc78bf

Analogous Colors of #bfcc78

#bfcc78 #95cc78 #ccaf78

Monochromatic Colors of #bfcc78

#bfcc78

Complementary Color

#bfcc78 #8578cc

#bfcc78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcc78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcc78 Color CSS Codes

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

#bfcc78 Text Font Color

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

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


#bfcc78 Background Color

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

This div background color is #bfcc78


#bfcc78 Border Color

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

This div border color is #bfcc78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcc78


Comments

No comments written yet.

Please login to write comment.