Color Hex Logo

#bcb432 Color Hex

#BCB432
(188,180,50)
0 Favorites   0 Comments

Color spaces of #bcb432

RGB 18818050
HSL0.160.580.47
HSV57°73°74°
CMYK 0.000.040.73   0.26
XYZ37.636043.56429.4427
Yxy43.56420.41520.4806
Hunter Lab66.0032-13.722237.7199
CIE-Lab71.9362-11.873063.0873

#bcb432 color RGB value is (188,180,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00110010
Octal 274 264 62
Decimal 188 180 50
Hex BC B4 32

RGB Percentages of Color #bcb432

%44.98
%43.06
%11.96

CMYK Percentages of Color #bcb432

%0
%4
%73
%26

Triadic Colors of #bcb432

#bcb432 #32bcb4 #b432bc

Analogous Colors of #bcb432

#bcb432 #7fbc32 #bc6f32

Monochromatic Colors of #bcb432

#bcb432

Complementary Color

#bcb432 #323abc

#bcb432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb432 Color CSS Codes

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

#bcb432 Text Font Color

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

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


#bcb432 Background Color

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

This div background color is #bcb432


#bcb432 Border Color

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

This div border color is #bcb432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb432


Comments

No comments written yet.

Please login to write comment.