Color Hex Logo

#bcc756 Color Hex

#BCC756
(188,199,86)
0 Favorites   0 Comments

Color spaces of #bcc756

RGB 18819986
HSL0.180.500.56
HSV66°57°78°
CMYK 0.060.000.57   0.22
XYZ42.842252.210116.6236
Yxy52.21010.38360.4675
Hunter Lab72.2566-20.613136.9391
CIE-Lab77.4063-19.246654.1518

#bcc756 color RGB value is (188,199,86).

#bcc756 hex color red value is 188, green value is 199 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #bcc756 hue: 0.18 , saturation: 0.50 and the lightness value of bcc756 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01010110
Octal 274 307 126
Decimal 188 199 86
Hex BC C7 56

RGB Percentages of Color #bcc756

%39.75
%42.07
%18.18

CMYK Percentages of Color #bcc756

%6
%0
%57
%22

Triadic Colors of #bcc756

#bcc756 #56bcc7 #c756bc

Analogous Colors of #bcc756

#bcc756 #84c756 #c79a56

Monochromatic Colors of #bcc756

#bcc756

Complementary Color

#bcc756 #6156c7

#bcc756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc756 Color CSS Codes

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

#bcc756 Text Font Color

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

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


#bcc756 Background Color

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

This div background color is #bcc756


#bcc756 Border Color

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

This div border color is #bcc756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc756


Comments

No comments written yet.

Please login to write comment.