Color Hex Logo

#bcbf78 Color Hex

#BCBF78
(188,191,120)
0 Favorites   0 Comments

Color spaces of #bcbf78

RGB 188191120
HSL0.170.360.61
HSV63°37°75°
CMYK 0.020.000.37   0.25
XYZ42.760049.309025.0332
Yxy49.30900.36520.4211
Hunter Lab70.2204-14.189828.0177
CIE-Lab75.6432-11.892235.4831

#bcbf78 color RGB value is (188,191,120).

#bcbf78 hex color red value is 188, green value is 191 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #bcbf78 hue: 0.17 , saturation: 0.36 and the lightness value of bcbf78 is 0.61.

The process color (four color CMYK) of #bcbf78 color hex is 0.02, 0.00, 0.37, 0.25. Web safe color of #bcbf78 is #cccc66. Color #bcbf78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111111 01111000
Octal 274 277 170
Decimal 188 191 120
Hex BC BF 78

RGB Percentages of Color #bcbf78

%37.68
%38.28
%24.05

CMYK Percentages of Color #bcbf78

%2
%0
%37
%25

Triadic Colors of #bcbf78

#bcbf78 #78bcbf #bf78bc

Analogous Colors of #bcbf78

#bcbf78 #99bf78 #bf9f78

Monochromatic Colors of #bcbf78

#bcbf78

Complementary Color

#bcbf78 #7b78bf

#bcbf78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbf78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbf78 Color CSS Codes

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

#bcbf78 Text Font Color

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

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


#bcbf78 Background Color

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

This div background color is #bcbf78


#bcbf78 Border Color

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

This div border color is #bcbf78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,191,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 #bcbf78">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbf78


Comments

No comments written yet.

Please login to write comment.