Color Hex Logo

#bcc043 Color Hex

#BCC043
(188,192,67)
0 Favorites   0 Comments

Color spaces of #bcc043

RGB 18819267
HSL0.170.500.51
HSV62°65°75°
CMYK 0.020.000.65   0.25
XYZ40.601848.795912.5888
Yxy48.79590.39810.4785
Hunter Lab69.8541-18.493738.2129
CIE-Lab75.3242-17.074660.0228

#bcc043 color RGB value is (188,192,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01000011
Octal 274 300 103
Decimal 188 192 67
Hex BC C0 43

RGB Percentages of Color #bcc043

%42.06
%42.95
%14.99

CMYK Percentages of Color #bcc043

%2
%0
%65
%25

Triadic Colors of #bcc043

#bcc043 #43bcc0 #c043bc

Analogous Colors of #bcc043

#bcc043 #7ec043 #c08643

Monochromatic Colors of #bcc043

#bcc043

Complementary Color

#bcc043 #4743c0

#bcc043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc043 Color CSS Codes

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

#bcc043 Text Font Color

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

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


#bcc043 Background Color

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

This div background color is #bcc043


#bcc043 Border Color

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

This div border color is #bcc043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc043


Comments

No comments written yet.

Please login to write comment.