Color Hex Logo

#bcba50 Color Hex

#BCBA50
(188,186,80)
0 Favorites   0 Comments

Color spaces of #bcba50

RGB 18818680
HSL0.160.450.53
HSV59°57°74°
CMYK 0.000.010.57   0.26
XYZ39.745946.388414.4484
Yxy46.38840.39520.4612
Hunter Lab68.1090-15.024835.0988
CIE-Lab73.7969-13.156152.8105

#bcba50 color RGB value is (188,186,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 01010000
Octal 274 272 120
Decimal 188 186 80
Hex BC BA 50

RGB Percentages of Color #bcba50

%41.41
%40.97
%17.62

CMYK Percentages of Color #bcba50

%0
%1
%57
%26

Triadic Colors of #bcba50

#bcba50 #50bcba #ba50bc

Analogous Colors of #bcba50

#bcba50 #88bc50 #bc8450

Monochromatic Colors of #bcba50

#bcba50

Complementary Color

#bcba50 #5052bc

#bcba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba50 Color CSS Codes

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

#bcba50 Text Font Color

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

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


#bcba50 Background Color

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

This div background color is #bcba50


#bcba50 Border Color

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

This div border color is #bcba50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,186,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 #bcba50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba50


Comments

No comments written yet.

Please login to write comment.