Color Hex Logo

#bcb82c Color Hex

#BCB82C
(188,184,44)
0 Favorites   0 Comments

Color spaces of #bcb82c

RGB 18818444
HSL0.160.620.45
HSV58°77°74°
CMYK 0.000.020.77   0.26
XYZ38.334245.15429.0781
Yxy45.15420.41410.4878
Hunter Lab67.1969-15.764639.0279
CIE-Lab72.9933-14.172866.0642

#bcb82c color RGB value is (188,184,44).

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

The process color (four color CMYK) of #bcb82c color hex is 0.00, 0.02, 0.77, 0.26. Web safe color of #bcb82c is #cccc33. Color #bcb82c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 00101100
Octal 274 270 54
Decimal 188 184 44
Hex BC B8 2C

RGB Percentages of Color #bcb82c

%45.19
%44.23
%10.58

CMYK Percentages of Color #bcb82c

%0
%2
%77
%26

Triadic Colors of #bcb82c

#bcb82c #2cbcb8 #b82cbc

Analogous Colors of #bcb82c

#bcb82c #78bc2c #bc702c

Monochromatic Colors of #bcb82c

#bcb82c

Complementary Color

#bcb82c #2c30bc

#bcb82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb82c Color CSS Codes

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

#bcb82c Text Font Color

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

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


#bcb82c Background Color

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

This div background color is #bcb82c


#bcb82c Border Color

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

This div border color is #bcb82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb82c


Comments

No comments written yet.

Please login to write comment.