Color Hex Logo

#bcba57 Color Hex

#BCBA57
(188,186,87)
0 Favorites   0 Comments

Color spaces of #bcba57

RGB 18818687
HSL0.160.430.54
HSV59°54°74°
CMYK 0.000.010.54   0.26
XYZ40.018246.497315.8825
Yxy46.49730.39080.4541
Hunter Lab68.1889-14.573933.9225
CIE-Lab73.8671-12.606849.6623

#bcba57 color RGB value is (188,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 01010111
Octal 274 272 127
Decimal 188 186 87
Hex BC BA 57

RGB Percentages of Color #bcba57

%40.78
%40.35
%18.87

CMYK Percentages of Color #bcba57

%0
%1
%54
%26

Triadic Colors of #bcba57

#bcba57 #57bcba #ba57bc

Analogous Colors of #bcba57

#bcba57 #8cbc57 #bc8857

Monochromatic Colors of #bcba57

#bcba57

Complementary Color

#bcba57 #5759bc

#bcba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba57 Color CSS Codes

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

#bcba57 Text Font Color

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

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


#bcba57 Background Color

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

This div background color is #bcba57


#bcba57 Border Color

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

This div border color is #bcba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba57


Comments

No comments written yet.

Please login to write comment.