Color Hex Logo

#bcc64e Color Hex

#BCC64E
(188,198,78)
0 Favorites   0 Comments

Color spaces of #bcc64e

RGB 18819878
HSL0.180.510.54
HSV65°61°78°
CMYK 0.050.000.61   0.22
XYZ42.308351.629614.9434
Yxy51.62960.38860.4742
Hunter Lab71.8537-20.641237.9671
CIE-Lab77.0588-19.348057.2827

#bcc64e color RGB value is (188,198,78).

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

The process color (four color CMYK) of #bcc64e color hex is 0.05, 0.00, 0.61, 0.22. Web safe color of #bcc64e is #cccc66. Color #bcc64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 01001110
Octal 274 306 116
Decimal 188 198 78
Hex BC C6 4E

RGB Percentages of Color #bcc64e

%40.52
%42.67
%16.81

CMYK Percentages of Color #bcc64e

%5
%0
%61
%22

Triadic Colors of #bcc64e

#bcc64e #4ebcc6 #c64ebc

Analogous Colors of #bcc64e

#bcc64e #80c64e #c6944e

Monochromatic Colors of #bcc64e

#bcc64e

Complementary Color

#bcc64e #584ec6

#bcc64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc64e Color CSS Codes

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

#bcc64e Text Font Color

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

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


#bcc64e Background Color

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

This div background color is #bcc64e


#bcc64e Border Color

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

This div border color is #bcc64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc64e


Comments

No comments written yet.

Please login to write comment.