Color Hex Logo

#bcb10e Color Hex

#BCB10E
(188,177,14)
0 Favorites   0 Comments

Color spaces of #bcb10e

RGB 18817714
HSL0.160.860.40
HSV56°93°74°
CMYK 0.000.060.93   0.26
XYZ36.540442.16746.6287
Yxy42.16740.42820.4941
Hunter Lab64.9364-13.195039.4032
CIE-Lab70.9862-11.375871.2983

#bcb10e color RGB value is (188,177,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110001 00001110
Octal 274 261 16
Decimal 188 177 14
Hex BC B1 E

RGB Percentages of Color #bcb10e

%49.60
%46.70
%3.69

CMYK Percentages of Color #bcb10e

%0
%6
%93
%26

Triadic Colors of #bcb10e

#bcb10e #0ebcb1 #b10ebc

Analogous Colors of #bcb10e

#bcb10e #70bc0e #bc5a0e

Monochromatic Colors of #bcb10e

#bcb10e

Complementary Color

#bcb10e #0e19bc

#bcb10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb10e Color CSS Codes

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

#bcb10e Text Font Color

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

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


#bcb10e Background Color

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

This div background color is #bcb10e


#bcb10e Border Color

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

This div border color is #bcb10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb10e


Comments

No comments written yet.

Please login to write comment.