Color Hex Logo

#bcb20e Color Hex

#BCB20E
(188,178,14)
0 Favorites   0 Comments

Color spaces of #bcb20e

RGB 18817814
HSL0.160.860.40
HSV57°93°74°
CMYK 0.000.050.93   0.26
XYZ36.738742.56396.6948
Yxy42.56390.42720.4949
Hunter Lab65.2410-13.654439.5846
CIE-Lab71.2580-11.890871.5062

#bcb20e color RGB value is (188,178,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 00001110
Octal 274 262 16
Decimal 188 178 14
Hex BC B2 E

RGB Percentages of Color #bcb20e

%49.47
%46.84
%3.68

CMYK Percentages of Color #bcb20e

%0
%5
%93
%26

Triadic Colors of #bcb20e

#bcb20e #0ebcb2 #b20ebc

Analogous Colors of #bcb20e

#bcb20e #6fbc0e #bc5b0e

Monochromatic Colors of #bcb20e

#bcb20e

Complementary Color

#bcb20e #0e18bc

#bcb20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb20e Color CSS Codes

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

#bcb20e Text Font Color

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

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


#bcb20e Background Color

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

This div background color is #bcb20e


#bcb20e Border Color

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

This div border color is #bcb20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb20e


Comments

No comments written yet.

Please login to write comment.