Color Hex Logo

#bcb94f Color Hex

#BCB94F
(188,185,79)
0 Favorites   0 Comments

Color spaces of #bcb94f

RGB 18818579
HSL0.160.450.52
HSV58°58°74°
CMYK 0.000.020.58   0.26
XYZ39.499345.953814.1853
Yxy45.95380.39640.4612
Hunter Lab67.7892-14.623135.0457
CIE-Lab73.5155-12.718552.9485

#bcb94f color RGB value is (188,185,79).

#bcb94f hex color red value is 188, green value is 185 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bcb94f hue: 0.16 , saturation: 0.45 and the lightness value of bcb94f is 0.52.

The process color (four color CMYK) of #bcb94f color hex is 0.00, 0.02, 0.58, 0.26. Web safe color of #bcb94f is #cccc66. Color #bcb94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111001 01001111
Octal 274 271 117
Decimal 188 185 79
Hex BC B9 4F

RGB Percentages of Color #bcb94f

%41.59
%40.93
%17.48

CMYK Percentages of Color #bcb94f

%0
%2
%58
%26

Triadic Colors of #bcb94f

#bcb94f #4fbcb9 #b94fbc

Analogous Colors of #bcb94f

#bcb94f #89bc4f #bc834f

Monochromatic Colors of #bcb94f

#bcb94f

Complementary Color

#bcb94f #4f52bc

#bcb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb94f Color CSS Codes

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

#bcb94f Text Font Color

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

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


#bcb94f Background Color

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

This div background color is #bcb94f


#bcb94f Border Color

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

This div border color is #bcb94f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,185,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb94f


Comments

No comments written yet.

Please login to write comment.