Color Hex Logo

#bcb529 Color Hex

#BCB529
(188,181,41)
0 Favorites   0 Comments

Color spaces of #bcb529

RGB 18818141
HSL0.160.640.45
HSV57°78°74°
CMYK 0.000.040.78   0.26
XYZ37.663143.89928.5862
Yxy43.89920.41780.4870
Hunter Lab66.2565-14.481638.6961
CIE-Lab72.1611-12.754066.2368

#bcb529 color RGB value is (188,181,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 00101001
Octal 274 265 51
Decimal 188 181 41
Hex BC B5 29

RGB Percentages of Color #bcb529

%45.85
%44.15
%10.00

CMYK Percentages of Color #bcb529

%0
%4
%78
%26

Triadic Colors of #bcb529

#bcb529 #29bcb5 #b529bc

Analogous Colors of #bcb529

#bcb529 #7abc29 #bc6c29

Monochromatic Colors of #bcb529

#bcb529

Complementary Color

#bcb529 #2930bc

#bcb529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb529 Color CSS Codes

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

#bcb529 Text Font Color

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

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


#bcb529 Background Color

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

This div background color is #bcb529


#bcb529 Border Color

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

This div border color is #bcb529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb529


Comments

No comments written yet.

Please login to write comment.