Color Hex Logo

#bcc747 Color Hex

#BCC747
(188,199,71)
0 Favorites   0 Comments

Color spaces of #bcc747

RGB 18819971
HSL0.180.530.53
HSV65°64°78°
CMYK 0.060.000.64   0.22
XYZ42.299851.993113.7675
Yxy51.99310.39140.4811
Hunter Lab72.1062-21.472239.1539
CIE-Lab77.2767-20.312860.4386

#bcc747 color RGB value is (188,199,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 01000111
Octal 274 307 107
Decimal 188 199 71
Hex BC C7 47

RGB Percentages of Color #bcc747

%41.05
%43.45
%15.50

CMYK Percentages of Color #bcc747

%6
%0
%64
%22

Triadic Colors of #bcc747

#bcc747 #47bcc7 #c747bc

Analogous Colors of #bcc747

#bcc747 #7cc747 #c79247

Monochromatic Colors of #bcc747

#bcc747

Complementary Color

#bcc747 #5247c7

#bcc747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc747 Color CSS Codes

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

#bcc747 Text Font Color

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

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


#bcc747 Background Color

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

This div background color is #bcc747


#bcc747 Border Color

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

This div border color is #bcc747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc747

#bcc747 Color Palettes


Comments

No comments written yet.

Please login to write comment.