Color Hex Logo

#bcc64a Color Hex

#BCC64A
(188,198,74)
0 Favorites   0 Comments

Color spaces of #bcc64a

RGB 18819874
HSL0.180.520.53
HSV65°63°78°
CMYK 0.050.000.63   0.22
XYZ42.169251.573914.2108
Yxy51.57390.39060.4777
Hunter Lab71.8150-20.862438.5381
CIE-Lab77.0254-19.622658.9391

#bcc64a color RGB value is (188,198,74).

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

The process color (four color CMYK) of #bcc64a color hex is 0.05, 0.00, 0.63, 0.22. Web safe color of #bcc64a is #cccc33. Color #bcc64a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01001010
Octal 274 306 112
Decimal 188 198 74
Hex BC C6 4A

RGB Percentages of Color #bcc64a

%40.87
%43.04
%16.09

CMYK Percentages of Color #bcc64a

%5
%0
%63
%22

Triadic Colors of #bcc64a

#bcc64a #4abcc6 #c64abc

Analogous Colors of #bcc64a

#bcc64a #7ec64a #c6924a

Monochromatic Colors of #bcc64a

#bcc64a

Complementary Color

#bcc64a #544ac6

#bcc64a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc64a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc64a Color CSS Codes

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

#bcc64a Text Font Color

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

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


#bcc64a Background Color

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

This div background color is #bcc64a


#bcc64a Border Color

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

This div border color is #bcc64a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc64a


Comments

No comments written yet.

Please login to write comment.