Color Hex Logo

#bcb433 Color Hex

#BCB433
(188,180,51)
0 Favorites   0 Comments

Color spaces of #bcb433

RGB 18818051
HSL0.160.570.47
HSV56°73°74°
CMYK 0.000.040.73   0.26
XYZ37.657843.57299.5576
Yxy43.57290.41480.4799
Hunter Lab66.0098-13.684937.6222
CIE-Lab71.9421-11.827462.7398

#bcb433 color RGB value is (188,180,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 00110011
Octal 274 264 63
Decimal 188 180 51
Hex BC B4 33

RGB Percentages of Color #bcb433

%44.87
%42.96
%12.17

CMYK Percentages of Color #bcb433

%0
%4
%73
%26

Triadic Colors of #bcb433

#bcb433 #33bcb4 #b433bc

Analogous Colors of #bcb433

#bcb433 #80bc33 #bc7033

Monochromatic Colors of #bcb433

#bcb433

Complementary Color

#bcb433 #333bbc

#bcb433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb433 Color CSS Codes

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

#bcb433 Text Font Color

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

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


#bcb433 Background Color

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

This div background color is #bcb433


#bcb433 Border Color

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

This div border color is #bcb433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb433


Comments

No comments written yet.

Please login to write comment.