Color Hex Logo

#bcc81c Color Hex

#BCC81C
(188,200,28)
0 Favorites   0 Comments

Color spaces of #bcc81c

RGB 18820028
HSL0.180.750.45
HSV64°86°78°
CMYK 0.060.000.86   0.22
XYZ41.602952.08388.9591
Yxy52.08380.40530.5074
Hunter Lab72.1691-23.397143.1581
CIE-Lab77.3309-22.654573.9263

#bcc81c color RGB value is (188,200,28).

#bcc81c hex color red value is 188, green value is 200 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bcc81c hue: 0.18 , saturation: 0.75 and the lightness value of bcc81c is 0.45.

The process color (four color CMYK) of #bcc81c color hex is 0.06, 0.00, 0.86, 0.22. Web safe color of #bcc81c is #cccc33. Color #bcc81c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 00011100
Octal 274 310 34
Decimal 188 200 28
Hex BC C8 1C

RGB Percentages of Color #bcc81c

%45.19
%48.08
%6.73

CMYK Percentages of Color #bcc81c

%6
%0
%86
%22

Triadic Colors of #bcc81c

#bcc81c #1cbcc8 #c81cbc

Analogous Colors of #bcc81c

#bcc81c #66c81c #c87e1c

Monochromatic Colors of #bcc81c

#bcc81c

Complementary Color

#bcc81c #281cc8

#bcc81c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc81c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc81c Color CSS Codes

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

#bcc81c Text Font Color

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

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


#bcc81c Background Color

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

This div background color is #bcc81c


#bcc81c Border Color

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

This div border color is #bcc81c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc81c


Comments

No comments written yet.

Please login to write comment.