Color Hex Logo

#bcbd60 Color Hex

#BCBD60
(188,189,96)
0 Favorites   0 Comments

Color spaces of #bcbd60

RGB 18818996
HSL0.170.410.56
HSV61°49°74°
CMYK 0.010.000.49   0.26
XYZ41.048047.931118.1545
Yxy47.93110.38310.4474
Hunter Lab69.2323-15.323432.9152
CIE-Lab74.7815-13.360846.4407

#bcbd60 color RGB value is (188,189,96).

#bcbd60 hex color red value is 188, green value is 189 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #bcbd60 hue: 0.17 , saturation: 0.41 and the lightness value of bcbd60 is 0.56.

The process color (four color CMYK) of #bcbd60 color hex is 0.01, 0.00, 0.49, 0.26. Web safe color of #bcbd60 is #cccc66. Color #bcbd60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01100000
Octal 274 275 140
Decimal 188 189 96
Hex BC BD 60

RGB Percentages of Color #bcbd60

%39.75
%39.96
%20.30

CMYK Percentages of Color #bcbd60

%1
%0
%49
%26

Triadic Colors of #bcbd60

#bcbd60 #60bcbd #bd60bc

Analogous Colors of #bcbd60

#bcbd60 #8ebd60 #bd9060

Monochromatic Colors of #bcbd60

#bcbd60

Complementary Color

#bcbd60 #6160bd

#bcbd60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd60 Color CSS Codes

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

#bcbd60 Text Font Color

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

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


#bcbd60 Background Color

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

This div background color is #bcbd60


#bcbd60 Border Color

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

This div border color is #bcbd60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd60


Comments

No comments written yet.

Please login to write comment.