Color Hex Logo

#bcbd1f Color Hex

#BCBD1F
(188,189,31)
0 Favorites   0 Comments

Color spaces of #bcbd1f

RGB 18818931
HSL0.170.720.43
HSV60°84°74°
CMYK 0.010.000.84   0.26
XYZ39.184047.18558.3388
Yxy47.18550.41370.4982
Hunter Lab68.6917-18.388240.8867
CIE-Lab74.3083-17.130870.7706

#bcbd1f color RGB value is (188,189,31).

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

The process color (four color CMYK) of #bcbd1f color hex is 0.01, 0.00, 0.84, 0.26. Web safe color of #bcbd1f is #cccc33. Color #bcbd1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00011111
Octal 274 275 37
Decimal 188 189 31
Hex BC BD 1F

RGB Percentages of Color #bcbd1f

%46.08
%46.32
%7.60

CMYK Percentages of Color #bcbd1f

%1
%0
%84
%26

Triadic Colors of #bcbd1f

#bcbd1f #1fbcbd #bd1fbc

Analogous Colors of #bcbd1f

#bcbd1f #6dbd1f #bd6f1f

Monochromatic Colors of #bcbd1f

#bcbd1f

Complementary Color

#bcbd1f #201fbd

#bcbd1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd1f Color CSS Codes

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

#bcbd1f Text Font Color

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

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


#bcbd1f Background Color

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

This div background color is #bcbd1f


#bcbd1f Border Color

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

This div border color is #bcbd1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd1f


Comments

No comments written yet.

Please login to write comment.