Color Hex Logo

#bcbc18 Color Hex

#BCBC18
(188,188,24)
0 Favorites   0 Comments

Color spaces of #bcbc18

RGB 18818824
HSL0.170.770.42
HSV60°87°74°
CMYK 0.000.000.87   0.26
XYZ38.887146.72387.8332
Yxy46.72380.41620.5000
Hunter Lab68.3548-18.072141.0540
CIE-Lab74.0128-16.799372.0136

#bcbc18 color RGB value is (188,188,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111100 00011000
Octal 274 274 30
Decimal 188 188 24
Hex BC BC 18

RGB Percentages of Color #bcbc18

%47.00
%47.00
%6.00

CMYK Percentages of Color #bcbc18

%0
%0
%87
%26

Triadic Colors of #bcbc18

#bcbc18 #18bcbc #bc18bc

Analogous Colors of #bcbc18

#bcbc18 #6abc18 #bc6a18

Monochromatic Colors of #bcbc18

#bcbc18

Complementary Color

#bcbc18 #1818bc

#bcbc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcbc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcbc18 Color CSS Codes

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

#bcbc18 Text Font Color

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

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


#bcbc18 Background Color

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

This div background color is #bcbc18


#bcbc18 Border Color

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

This div border color is #bcbc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcbc18


Comments

No comments written yet.

Please login to write comment.