Color Hex Logo

#bcb21a Color Hex

#BCB21A
(188,178,26)
0 Favorites   0 Comments

Color spaces of #bcb21a

RGB 18817826
HSL0.160.760.42
HSV56°86°74°
CMYK 0.000.050.86   0.26
XYZ36.845942.60677.2592
Yxy42.60670.42490.4914
Hunter Lab65.2738-13.469139.0979
CIE-Lab71.2872-11.663069.3979

#bcb21a color RGB value is (188,178,26).

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

The process color (four color CMYK) of #bcb21a color hex is 0.00, 0.05, 0.86, 0.26. Web safe color of #bcb21a is #cc9933. Color #bcb21a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110010 00011010
Octal 274 262 32
Decimal 188 178 26
Hex BC B2 1A

RGB Percentages of Color #bcb21a

%47.96
%45.41
%6.63

CMYK Percentages of Color #bcb21a

%0
%5
%86
%26

Triadic Colors of #bcb21a

#bcb21a #1abcb2 #b21abc

Analogous Colors of #bcb21a

#bcb21a #75bc1a #bc611a

Monochromatic Colors of #bcb21a

#bcb21a

Complementary Color

#bcb21a #1a24bc

#bcb21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb21a Color CSS Codes

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

#bcb21a Text Font Color

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

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


#bcb21a Background Color

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

This div background color is #bcb21a


#bcb21a Border Color

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

This div border color is #bcb21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb21a


Comments

No comments written yet.

Please login to write comment.