color codes Logo

#bcc43e color codes

#BCC43E
(188,196,62)
0 Favorites   0 Comments

Color spaces of #bcc43e

RGB 18819662
HSL0.180.530.51
HSV64°68°77°
CMYK 0.040.000.68   0.23
XYZ41.348550.519012.1293
Yxy50.51900.39760.4858
Hunter Lab71.0767-20.542839.6358
CIE-Lab76.3867-19.360163.0549

#bcc43e color RGB value is (188,196,62).

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

The process color (four color CMYK) of #bcc43e color code is 0.04, 0.00, 0.68, 0.23. Web safe color of #bcc43e is #cccc33. Color #bcc43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00111110
Octal 274 304 76
Decimal 188 196 62
Hex BC C4 3E

RGB Percentages of Color #bcc43e

%42.15
%43.95
%13.90

CMYK Percentages of Color #bcc43e

%4
%0
%68
%23

Triadic Colors of #bcc43e

#bcc43e #3ebcc4 #c43ebc

Analogous Colors of #bcc43e

#bcc43e #79c43e #c4893e

Monochromatic Colors of #bcc43e

#bcc43e

Complementary Color

#bcc43e #463ec4

#bcc43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc43e Color CSS Codes

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

#bcc43e Text Font Color

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

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


#bcc43e Background Color

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

This div background color is #bcc43e


#bcc43e Border Color

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

This div border color is #bcc43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc43e


Comments

No comments written yet.

Please login to write comment.