Color Hex Logo

#bcc04e Color Hex

#BCC04E
(188,192,78)
0 Favorites   0 Comments

Color spaces of #bcc04e

RGB 18819278
HSL0.170.480.53
HSV62°59°75°
CMYK 0.020.000.59   0.25
XYZ40.963848.940714.4952
Yxy48.94070.39240.4688
Hunter Lab69.9576-17.904936.6855
CIE-Lab75.4144-16.347755.4894

#bcc04e color RGB value is (188,192,78).

#bcc04e hex color red value is 188, green value is 192 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bcc04e hue: 0.17 , saturation: 0.48 and the lightness value of bcc04e is 0.53.

The process color (four color CMYK) of #bcc04e color hex is 0.02, 0.00, 0.59, 0.25. Web safe color of #bcc04e is #cccc66. Color #bcc04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01001110
Octal 274 300 116
Decimal 188 192 78
Hex BC C0 4E

RGB Percentages of Color #bcc04e

%41.05
%41.92
%17.03

CMYK Percentages of Color #bcc04e

%2
%0
%59
%25

Triadic Colors of #bcc04e

#bcc04e #4ebcc0 #c04ebc

Analogous Colors of #bcc04e

#bcc04e #83c04e #c08b4e

Monochromatic Colors of #bcc04e

#bcc04e

Complementary Color

#bcc04e #524ec0

#bcc04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc04e Color CSS Codes

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

#bcc04e Text Font Color

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

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


#bcc04e Background Color

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

This div background color is #bcc04e


#bcc04e Border Color

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

This div border color is #bcc04e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,192,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 #bcc04e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc04e


Comments

No comments written yet.

Please login to write comment.