Color Hex Logo

#bcb42a Color Hex

#BCB42A
(188,180,42)
0 Favorites   0 Comments

Color spaces of #bcb42a

RGB 18818042
HSL0.160.630.45
HSV57°78°74°
CMYK 0.000.040.78   0.26
XYZ37.478243.50108.6117
Yxy43.50100.41830.4856
Hunter Lab65.9553-13.991538.4273
CIE-Lab71.8937-12.203565.6910

#bcb42a color RGB value is (188,180,42).

#bcb42a hex color red value is 188, green value is 180 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bcb42a hue: 0.16 , saturation: 0.63 and the lightness value of bcb42a is 0.45.

The process color (four color CMYK) of #bcb42a color hex is 0.00, 0.04, 0.78, 0.26. Web safe color of #bcb42a is #cccc33. Color #bcb42a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00101010
Octal 274 264 52
Decimal 188 180 42
Hex BC B4 2A

RGB Percentages of Color #bcb42a

%45.85
%43.90
%10.24

CMYK Percentages of Color #bcb42a

%0
%4
%78
%26

Triadic Colors of #bcb42a

#bcb42a #2abcb4 #b42abc

Analogous Colors of #bcb42a

#bcb42a #7bbc2a #bc6b2a

Monochromatic Colors of #bcb42a

#bcb42a

Complementary Color

#bcb42a #2a32bc

#bcb42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb42a Color CSS Codes

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

#bcb42a Text Font Color

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

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


#bcb42a Background Color

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

This div background color is #bcb42a


#bcb42a Border Color

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

This div border color is #bcb42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb42a


Comments

No comments written yet.

Please login to write comment.