Color Hex Logo

#bcc049 Color Hex

#BCC049
(188,192,73)
0 Favorites   0 Comments

Color spaces of #bcc049

RGB 18819273
HSL0.170.490.52
HSV62°62°75°
CMYK 0.020.000.62   0.25
XYZ40.791348.871713.5866
Yxy48.87170.39510.4733
Hunter Lab69.9083-18.185337.4129
CIE-Lab75.3714-16.693357.5952

#bcc049 color RGB value is (188,192,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000000 01001001
Octal 274 300 111
Decimal 188 192 73
Hex BC C0 49

RGB Percentages of Color #bcc049

%41.50
%42.38
%16.11

CMYK Percentages of Color #bcc049

%2
%0
%62
%25

Triadic Colors of #bcc049

#bcc049 #49bcc0 #c049bc

Analogous Colors of #bcc049

#bcc049 #81c049 #c08949

Monochromatic Colors of #bcc049

#bcc049

Complementary Color

#bcc049 #4d49c0

#bcc049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc049 Color CSS Codes

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

#bcc049 Text Font Color

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

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


#bcc049 Background Color

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

This div background color is #bcc049


#bcc049 Border Color

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

This div border color is #bcc049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc049


Comments

No comments written yet.

Please login to write comment.