Color Hex Logo

#bcba16 Color Hex

#BCBA16
(188,186,22)
0 Favorites   0 Comments

Color spaces of #bcba16

RGB 18818622
HSL0.160.790.41
HSV59°88°74°
CMYK 0.000.010.88   0.26
XYZ38.442845.86717.5861
Yxy45.86710.41830.4991
Hunter Lab67.7253-17.197540.7664
CIE-Lab73.4592-15.832571.9432

#bcba16 color RGB value is (188,186,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 00010110
Octal 274 272 26
Decimal 188 186 22
Hex BC BA 16

RGB Percentages of Color #bcba16

%47.47
%46.97
%5.56

CMYK Percentages of Color #bcba16

%0
%1
%88
%26

Triadic Colors of #bcba16

#bcba16 #16bcba #ba16bc

Analogous Colors of #bcba16

#bcba16 #6bbc16 #bc6716

Monochromatic Colors of #bcba16

#bcba16

Complementary Color

#bcba16 #1618bc

#bcba16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba16 Color CSS Codes

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

#bcba16 Text Font Color

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

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


#bcba16 Background Color

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

This div background color is #bcba16


#bcba16 Border Color

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

This div border color is #bcba16


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,186,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 #bcba16">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba16


Comments

No comments written yet.

Please login to write comment.