Color Hex Logo

#bcb350 Color Hex

#BCB350
(188,179,80)
0 Favorites   0 Comments

Color spaces of #bcb350

RGB 18817980
HSL0.150.450.53
HSV55°57°74°
CMYK 0.000.050.57   0.26
XYZ38.307143.510813.9688
Yxy43.51080.39990.4542
Hunter Lab65.9627-11.772933.6182
CIE-Lab71.9003-9.548650.6820

#bcb350 color RGB value is (188,179,80).

#bcb350 hex color red value is 188, green value is 179 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #bcb350 hue: 0.15 , saturation: 0.45 and the lightness value of bcb350 is 0.53.

The process color (four color CMYK) of #bcb350 color hex is 0.00, 0.05, 0.57, 0.26. Web safe color of #bcb350 is #cccc66. Color #bcb350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110011 01010000
Octal 274 263 120
Decimal 188 179 80
Hex BC B3 50

RGB Percentages of Color #bcb350

%42.06
%40.04
%17.90

CMYK Percentages of Color #bcb350

%0
%5
%57
%26

Triadic Colors of #bcb350

#bcb350 #50bcb3 #b350bc

Analogous Colors of #bcb350

#bcb350 #8fbc50 #bc7d50

Monochromatic Colors of #bcb350

#bcb350

Complementary Color

#bcb350 #5059bc

#bcb350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb350 Color CSS Codes

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

#bcb350 Text Font Color

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

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


#bcb350 Background Color

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

This div background color is #bcb350


#bcb350 Border Color

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

This div border color is #bcb350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb350


Comments

No comments written yet.

Please login to write comment.