Color Hex Logo

#bcc040 Color Hex

#BCC040
(188,192,64)
0 Favorites   0 Comments

Color spaces of #bcc040

RGB 18819264
HSL0.170.500.50
HSV62°67°75°
CMYK 0.020.000.67   0.25
XYZ40.514148.760812.1269
Yxy48.76080.39950.4809
Hunter Lab69.8289-18.636638.5836
CIE-Lab75.3023-17.251561.1915

#bcc040 color RGB value is (188,192,64).

#bcc040 hex color red value is 188, green value is 192 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bcc040 hue: 0.17 , saturation: 0.50 and the lightness value of bcc040 is 0.50.

The process color (four color CMYK) of #bcc040 color hex is 0.02, 0.00, 0.67, 0.25. Web safe color of #bcc040 is #cccc33. Color #bcc040 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01000000
Octal 274 300 100
Decimal 188 192 64
Hex BC C0 40

RGB Percentages of Color #bcc040

%42.34
%43.24
%14.41

CMYK Percentages of Color #bcc040

%2
%0
%67
%25

Triadic Colors of #bcc040

#bcc040 #40bcc0 #c040bc

Analogous Colors of #bcc040

#bcc040 #7cc040 #c08440

Monochromatic Colors of #bcc040

#bcc040

Complementary Color

#bcc040 #4440c0

#bcc040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc040 Color CSS Codes

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

#bcc040 Text Font Color

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

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


#bcc040 Background Color

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

This div background color is #bcc040


#bcc040 Border Color

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

This div border color is #bcc040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc040


Comments

No comments written yet.

Please login to write comment.