Color Hex Logo

#bcc12c Color Hex

#BCC12C
(188,193,44)
0 Favorites   0 Comments

Color spaces of #bcc12c

RGB 18819344
HSL0.170.630.46
HSV62°77°76°
CMYK 0.030.000.77   0.24
XYZ40.263649.01319.7212
Yxy49.01310.40670.4951
Hunter Lab70.0094-19.857940.7738
CIE-Lab75.4595-18.706268.2999

#bcc12c color RGB value is (188,193,44).

#bcc12c hex color red value is 188, green value is 193 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #bcc12c hue: 0.17 , saturation: 0.63 and the lightness value of bcc12c is 0.46.

The process color (four color CMYK) of #bcc12c color hex is 0.03, 0.00, 0.77, 0.24. Web safe color of #bcc12c is #cccc33. Color #bcc12c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000001 00101100
Octal 274 301 54
Decimal 188 193 44
Hex BC C1 2C

RGB Percentages of Color #bcc12c

%44.24
%45.41
%10.35

CMYK Percentages of Color #bcc12c

%3
%0
%77
%24

Triadic Colors of #bcc12c

#bcc12c #2cbcc1 #c12cbc

Analogous Colors of #bcc12c

#bcc12c #72c12c #c17c2c

Monochromatic Colors of #bcc12c

#bcc12c

Complementary Color

#bcc12c #312cc1

#bcc12c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc12c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc12c Color CSS Codes

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

#bcc12c Text Font Color

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

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


#bcc12c Background Color

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

This div background color is #bcc12c


#bcc12c Border Color

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

This div border color is #bcc12c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc12c


Comments

No comments written yet.

Please login to write comment.