Color Hex Logo

#bcba19 Color Hex

#BCBA19
(188,186,25)
0 Favorites   0 Comments

Color spaces of #bcba19

RGB 18818625
HSL0.160.770.42
HSV59°87°74°
CMYK 0.000.010.87   0.26
XYZ38.473445.87947.7475
Yxy45.87940.41770.4981
Hunter Lab67.7343-17.146340.6324
CIE-Lab73.4672-15.768871.3775

#bcba19 color RGB value is (188,186,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111010 00011001
Octal 274 272 31
Decimal 188 186 25
Hex BC BA 19

RGB Percentages of Color #bcba19

%47.12
%46.62
%6.27

CMYK Percentages of Color #bcba19

%0
%1
%87
%26

Triadic Colors of #bcba19

#bcba19 #19bcba #ba19bc

Analogous Colors of #bcba19

#bcba19 #6dbc19 #bc6919

Monochromatic Colors of #bcba19

#bcba19

Complementary Color

#bcba19 #191bbc

#bcba19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcba19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcba19 Color CSS Codes

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

#bcba19 Text Font Color

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

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


#bcba19 Background Color

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

This div background color is #bcba19


#bcba19 Border Color

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

This div border color is #bcba19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcba19


Comments

No comments written yet.

Please login to write comment.