Color Hex Logo

#bcbb1d Color Hex

#BCBB1D
(188,187,29)
0 Favorites   0 Comments

Color spaces of #bcbb1d

RGB 18818729
HSL0.170.730.43
HSV60°85°74°
CMYK 0.000.010.85   0.26
XYZ38.731146.32078.0618
Yxy46.32070.41600.4975
Hunter Lab68.0593-17.523340.6185
CIE-Lab73.7531-16.177470.7646

#bcbb1d color RGB value is (188,187,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111011 00011101
Octal 274 273 35
Decimal 188 187 29
Hex BC BB 1D

RGB Percentages of Color #bcbb1d

%46.53
%46.29
%7.18

CMYK Percentages of Color #bcbb1d

%0
%1
%85
%26

Triadic Colors of #bcbb1d

#bcbb1d #1dbcbb #bb1dbc

Analogous Colors of #bcbb1d

#bcbb1d #6ebc1d #bc6c1d

Monochromatic Colors of #bcbb1d

#bcbb1d

Complementary Color

#bcbb1d #1d1ebc

#bcbb1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbb1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbb1d Color CSS Codes

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

#bcbb1d Text Font Color

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

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


#bcbb1d Background Color

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

This div background color is #bcbb1d


#bcbb1d Border Color

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

This div border color is #bcbb1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbb1d


Comments

No comments written yet.

Please login to write comment.