Color Hex Logo

#bcbd16 Color Hex

#BCBD16
(188,189,22)
0 Favorites   0 Comments

Color spaces of #bcbd16

RGB 18818922
HSL0.170.790.41
HSV60°88°74°
CMYK 0.010.000.88   0.26
XYZ39.081547.14457.7990
Yxy47.14450.41570.5014
Hunter Lab68.6619-18.558241.3288
CIE-Lab74.2821-17.342872.5992

#bcbd16 color RGB value is (188,189,22).

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

The process color (four color CMYK) of #bcbd16 color hex is 0.01, 0.00, 0.88, 0.26. Web safe color of #bcbd16 is #cccc00. Color #bcbd16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111101 00010110
Octal 274 275 26
Decimal 188 189 22
Hex BC BD 16

RGB Percentages of Color #bcbd16

%47.12
%47.37
%5.51

CMYK Percentages of Color #bcbd16

%1
%0
%88
%26

Triadic Colors of #bcbd16

#bcbd16 #16bcbd #bd16bc

Analogous Colors of #bcbd16

#bcbd16 #69bd16 #bd6b16

Monochromatic Colors of #bcbd16

#bcbd16

Complementary Color

#bcbd16 #1716bd

#bcbd16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbd16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbd16 Color CSS Codes

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

#bcbd16 Text Font Color

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

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


#bcbd16 Background Color

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

This div background color is #bcbd16


#bcbd16 Border Color

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

This div border color is #bcbd16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbd16


Comments

No comments written yet.

Please login to write comment.