Color Hex Logo

#bcbd74 Color Hex

#BCBD74
(188,189,116)
0 Favorites   0 Comments

Color spaces of #bcbd74

RGB 188189116
HSL0.170.360.60
HSV61°39°74°
CMYK 0.010.000.39   0.26
XYZ42.089048.347523.6367
Yxy48.34750.36900.4238
Hunter Lab69.5324-13.632928.5177
CIE-Lab75.0436-11.322436.7714

#bcbd74 color RGB value is (188,189,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 01110100
Octal 274 275 164
Decimal 188 189 116
Hex BC BD 74

RGB Percentages of Color #bcbd74

%38.13
%38.34
%23.53

CMYK Percentages of Color #bcbd74

%1
%0
%39
%26

Triadic Colors of #bcbd74

#bcbd74 #74bcbd #bd74bc

Analogous Colors of #bcbd74

#bcbd74 #98bd74 #bd9a74

Monochromatic Colors of #bcbd74

#bcbd74

Complementary Color

#bcbd74 #7574bd

#bcbd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd74 Color CSS Codes

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

#bcbd74 Text Font Color

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

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


#bcbd74 Background Color

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

This div background color is #bcbd74


#bcbd74 Border Color

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

This div border color is #bcbd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd74


Comments

No comments written yet.

Please login to write comment.