Color Hex Logo

#bcb10f Color Hex

#BCB10F
(188,177,15)
0 Favorites   0 Comments

Color spaces of #bcb10f

RGB 18817715
HSL0.160.850.40
HSV56°92°74°
CMYK 0.000.060.92   0.26
XYZ36.547442.17016.6653
Yxy42.17010.42800.4939
Hunter Lab64.9385-13.182639.3714
CIE-Lab70.9880-11.360671.1569

#bcb10f color RGB value is (188,177,15).

#bcb10f hex color red value is 188, green value is 177 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #bcb10f hue: 0.16 , saturation: 0.85 and the lightness value of bcb10f is 0.40.

The process color (four color CMYK) of #bcb10f color hex is 0.00, 0.06, 0.92, 0.26. Web safe color of #bcb10f is #cc9900. Color #bcb10f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00001111
Octal 274 261 17
Decimal 188 177 15
Hex BC B1 F

RGB Percentages of Color #bcb10f

%49.47
%46.58
%3.95

CMYK Percentages of Color #bcb10f

%0
%6
%92
%26

Triadic Colors of #bcb10f

#bcb10f #0fbcb1 #b10fbc

Analogous Colors of #bcb10f

#bcb10f #71bc0f #bc5a0f

Monochromatic Colors of #bcb10f

#bcb10f

Complementary Color

#bcb10f #0f1abc

#bcb10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb10f Color CSS Codes

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

#bcb10f Text Font Color

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

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


#bcb10f Background Color

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

This div background color is #bcb10f


#bcb10f Border Color

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

This div border color is #bcb10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb10f


Comments

No comments written yet.

Please login to write comment.