Color Hex Logo

#bcc43c Color Hex

#BCC43C
(188,196,60)
0 Favorites   0 Comments

Color spaces of #bcc43c

RGB 18819660
HSL0.180.540.50
HSV64°69°77°
CMYK 0.040.000.69   0.23
XYZ41.294650.497511.8455
Yxy50.49750.39850.4873
Hunter Lab71.0616-20.629739.8599
CIE-Lab76.3736-19.468363.7888

#bcc43c color RGB value is (188,196,60).

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

The process color (four color CMYK) of #bcc43c color hex is 0.04, 0.00, 0.69, 0.23. Web safe color of #bcc43c is #cccc33. Color #bcc43c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00111100
Octal 274 304 74
Decimal 188 196 60
Hex BC C4 3C

RGB Percentages of Color #bcc43c

%42.34
%44.14
%13.51

CMYK Percentages of Color #bcc43c

%4
%0
%69
%23

Triadic Colors of #bcc43c

#bcc43c #3cbcc4 #c43cbc

Analogous Colors of #bcc43c

#bcc43c #78c43c #c4883c

Monochromatic Colors of #bcc43c

#bcc43c

Complementary Color

#bcc43c #443cc4

#bcc43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc43c Color CSS Codes

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

#bcc43c Text Font Color

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

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


#bcc43c Background Color

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

This div background color is #bcc43c


#bcc43c Border Color

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

This div border color is #bcc43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc43c


Comments

No comments written yet.

Please login to write comment.