Color Hex Logo

#bcc04a Color Hex

#BCC04A
(188,192,74)
0 Favorites   0 Comments

Color spaces of #bcc04a

RGB 18819274
HSL0.170.480.52
HSV62°61°75°
CMYK 0.020.000.61   0.25
XYZ40.824748.885113.7626
Yxy48.88510.39450.4724
Hunter Lab69.9179-18.131037.2719
CIE-Lab75.3798-16.626457.1799

#bcc04a color RGB value is (188,192,74).

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

The process color (four color CMYK) of #bcc04a color hex is 0.02, 0.00, 0.61, 0.25. Web safe color of #bcc04a is #cccc33. Color #bcc04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01001010
Octal 274 300 112
Decimal 188 192 74
Hex BC C0 4A

RGB Percentages of Color #bcc04a

%41.41
%42.29
%16.30

CMYK Percentages of Color #bcc04a

%2
%0
%61
%25

Triadic Colors of #bcc04a

#bcc04a #4abcc0 #c04abc

Analogous Colors of #bcc04a

#bcc04a #81c04a #c0894a

Monochromatic Colors of #bcc04a

#bcc04a

Complementary Color

#bcc04a #4e4ac0

#bcc04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc04a Color CSS Codes

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

#bcc04a Text Font Color

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

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


#bcc04a Background Color

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

This div background color is #bcc04a


#bcc04a Border Color

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

This div border color is #bcc04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc04a


Comments

No comments written yet.

Please login to write comment.