Color Hex Logo

#bcc42a Color Hex

#BCC42A
(188,196,42)
0 Favorites   0 Comments

Color spaces of #bcc42a

RGB 18819642
HSL0.180.650.47
HSV63°79°77°
CMYK 0.040.000.79   0.23
XYZ40.896950.33849.7513
Yxy50.33840.40500.4985
Hunter Lab70.9496-21.270441.5159
CIE-Lab76.2765-20.269369.6164

#bcc42a color RGB value is (188,196,42).

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

The process color (four color CMYK) of #bcc42a color hex is 0.04, 0.00, 0.79, 0.23. Web safe color of #bcc42a is #cccc33. Color #bcc42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00101010
Octal 274 304 52
Decimal 188 196 42
Hex BC C4 2A

RGB Percentages of Color #bcc42a

%44.13
%46.01
%9.86

CMYK Percentages of Color #bcc42a

%4
%0
%79
%23

Triadic Colors of #bcc42a

#bcc42a #2abcc4 #c42abc

Analogous Colors of #bcc42a

#bcc42a #6fc42a #c47f2a

Monochromatic Colors of #bcc42a

#bcc42a

Complementary Color

#bcc42a #322ac4

#bcc42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc42a Color CSS Codes

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

#bcc42a Text Font Color

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

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


#bcc42a Background Color

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

This div background color is #bcc42a


#bcc42a Border Color

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

This div border color is #bcc42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc42a


Comments

No comments written yet.

Please login to write comment.