Color Hex Logo

#bcbc2f Color Hex

#BCBC2F
(188,188,47)
0 Favorites   0 Comments

Color spaces of #bcbc2f

RGB 18818847
HSL0.170.600.46
HSV60°75°74°
CMYK 0.000.000.75   0.26
XYZ39.235346.86309.6669
Yxy46.86300.40970.4894
Hunter Lab68.4566-17.493239.5471
CIE-Lab74.1021-16.079666.1263

#bcbc2f color RGB value is (188,188,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 00101111
Octal 274 274 57
Decimal 188 188 47
Hex BC BC 2F

RGB Percentages of Color #bcbc2f

%44.44
%44.44
%11.11

CMYK Percentages of Color #bcbc2f

%0
%0
%75
%26

Triadic Colors of #bcbc2f

#bcbc2f #2fbcbc #bc2fbc

Analogous Colors of #bcbc2f

#bcbc2f #76bc2f #bc762f

Monochromatic Colors of #bcbc2f

#bcbc2f

Complementary Color

#bcbc2f #2f2fbc

#bcbc2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc2f Color CSS Codes

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

#bcbc2f Text Font Color

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

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


#bcbc2f Background Color

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

This div background color is #bcbc2f


#bcbc2f Border Color

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

This div border color is #bcbc2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc2f


Comments

No comments written yet.

Please login to write comment.