Color Hex Logo

#bcc729 Color Hex

#BCC729
(188,199,41)
0 Favorites   0 Comments

Color spaces of #bcc729

RGB 18819941
HSL0.180.660.47
HSV64°79°78°
CMYK 0.060.000.79   0.22
XYZ41.562751.69839.8860
Yxy51.69830.40290.5012
Hunter Lab71.9015-22.645742.1791
CIE-Lab77.1001-21.781870.6263

#bcc729 color RGB value is (188,199,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000111 00101001
Octal 274 307 51
Decimal 188 199 41
Hex BC C7 29

RGB Percentages of Color #bcc729

%43.93
%46.50
%9.58

CMYK Percentages of Color #bcc729

%6
%0
%79
%22

Triadic Colors of #bcc729

#bcc729 #29bcc7 #c729bc

Analogous Colors of #bcc729

#bcc729 #6dc729 #c78329

Monochromatic Colors of #bcc729

#bcc729

Complementary Color

#bcc729 #3429c7

#bcc729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc729 Color CSS Codes

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

#bcc729 Text Font Color

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

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


#bcc729 Background Color

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

This div background color is #bcc729


#bcc729 Border Color

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

This div border color is #bcc729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc729


Comments

No comments written yet.

Please login to write comment.