Color Hex Logo

#bcb51c Color Hex

#BCB51C
(188,181,28)
0 Favorites   0 Comments

Color spaces of #bcb51c

RGB 18818128
HSL0.160.740.42
HSV57°85°74°
CMYK 0.000.040.85   0.26
XYZ37.472543.82307.5823
Yxy43.82300.42160.4931
Hunter Lab66.1989-14.806639.5483
CIE-Lab72.1100-13.154569.6308

#bcb51c color RGB value is (188,181,28).

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

The process color (four color CMYK) of #bcb51c color hex is 0.00, 0.04, 0.85, 0.26. Web safe color of #bcb51c is #cccc33. Color #bcb51c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110101 00011100
Octal 274 265 34
Decimal 188 181 28
Hex BC B5 1C

RGB Percentages of Color #bcb51c

%47.36
%45.59
%7.05

CMYK Percentages of Color #bcb51c

%0
%4
%85
%26

Triadic Colors of #bcb51c

#bcb51c #1cbcb5 #b51cbc

Analogous Colors of #bcb51c

#bcb51c #73bc1c #bc651c

Monochromatic Colors of #bcb51c

#bcb51c

Complementary Color

#bcb51c #1c23bc

#bcb51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb51c Color CSS Codes

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

#bcb51c Text Font Color

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

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


#bcb51c Background Color

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

This div background color is #bcb51c


#bcb51c Border Color

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

This div border color is #bcb51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb51c


Comments

No comments written yet.

Please login to write comment.