Color Hex Logo

#bcbc19 Color Hex

#BCBC19
(188,188,25)
0 Favorites   0 Comments

Color spaces of #bcbc19

RGB 18818825
HSL0.170.770.42
HSV60°87°74°
CMYK 0.000.000.87   0.26
XYZ38.897746.72807.8890
Yxy46.72800.41600.4997
Hunter Lab68.3579-18.054441.0080
CIE-Lab74.0154-16.777271.8212

#bcbc19 color RGB value is (188,188,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 00011001
Octal 274 274 31
Decimal 188 188 25
Hex BC BC 19

RGB Percentages of Color #bcbc19

%46.88
%46.88
%6.23

CMYK Percentages of Color #bcbc19

%0
%0
%87
%26

Triadic Colors of #bcbc19

#bcbc19 #19bcbc #bc19bc

Analogous Colors of #bcbc19

#bcbc19 #6bbc19 #bc6b19

Monochromatic Colors of #bcbc19

#bcbc19

Complementary Color

#bcbc19 #1919bc

#bcbc19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc19 Color CSS Codes

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

#bcbc19 Text Font Color

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

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


#bcbc19 Background Color

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

This div background color is #bcbc19


#bcbc19 Border Color

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

This div border color is #bcbc19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc19


Comments

No comments written yet.

Please login to write comment.