Color Hex Logo

#bcb71f Color Hex

#BCB71F
(188,183,31)
0 Favorites   0 Comments

Color spaces of #bcb71f

RGB 18818331
HSL0.160.720.43
HSV58°84°74°
CMYK 0.000.030.84   0.26
XYZ37.919844.65737.9174
Yxy44.65730.41900.4935
Hunter Lab66.8261-15.657739.7537
CIE-Lab72.6657-14.096569.3941

#bcb71f color RGB value is (188,183,31).

#bcb71f hex color red value is 188, green value is 183 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bcb71f hue: 0.16 , saturation: 0.72 and the lightness value of bcb71f is 0.43.

The process color (four color CMYK) of #bcb71f color hex is 0.00, 0.03, 0.84, 0.26. Web safe color of #bcb71f is #cccc33. Color #bcb71f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00011111
Octal 274 267 37
Decimal 188 183 31
Hex BC B7 1F

RGB Percentages of Color #bcb71f

%46.77
%45.52
%7.71

CMYK Percentages of Color #bcb71f

%0
%3
%84
%26

Triadic Colors of #bcb71f

#bcb71f #1fbcb7 #b71fbc

Analogous Colors of #bcb71f

#bcb71f #73bc1f #bc691f

Monochromatic Colors of #bcb71f

#bcb71f

Complementary Color

#bcb71f #1f24bc

#bcb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb71f Color CSS Codes

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

#bcb71f Text Font Color

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

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


#bcb71f Background Color

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

This div background color is #bcb71f


#bcb71f Border Color

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

This div border color is #bcb71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb71f


Comments

No comments written yet.

Please login to write comment.