Color Hex Logo

#bcc851 Color Hex

#BCC851
(188,200,81)
0 Favorites   0 Comments

Color spaces of #bcc851

RGB 18820081
HSL0.180.520.55
HSV66°60°78°
CMYK 0.060.000.60   0.22
XYZ42.878552.594015.6763
Yxy52.59400.38580.4732
Hunter Lab72.5217-21.374837.9491
CIE-Lab77.6347-20.122756.6158

#bcc851 color RGB value is (188,200,81).

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

The process color (four color CMYK) of #bcc851 color hex is 0.06, 0.00, 0.60, 0.22. Web safe color of #bcc851 is #cccc66. Color #bcc851 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11001000 01010001
Octal 274 310 121
Decimal 188 200 81
Hex BC C8 51

RGB Percentages of Color #bcc851

%40.09
%42.64
%17.27

CMYK Percentages of Color #bcc851

%6
%0
%60
%22

Triadic Colors of #bcc851

#bcc851 #51bcc8 #c851bc

Analogous Colors of #bcc851

#bcc851 #81c851 #c89951

Monochromatic Colors of #bcc851

#bcc851

Complementary Color

#bcc851 #5d51c8

#bcc851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc851 Color CSS Codes

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

#bcc851 Text Font Color

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

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


#bcc851 Background Color

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

This div background color is #bcc851


#bcc851 Border Color

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

This div border color is #bcc851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc851


Comments

No comments written yet.

Please login to write comment.