Color Hex Logo

#bcc53f Color Hex

#BCC53F
(188,197,63)
0 Favorites   0 Comments

Color spaces of #bcc53f

RGB 18819763
HSL0.180.540.51
HSV64°68°77°
CMYK 0.050.000.68   0.23
XYZ41.602550.982812.3506
Yxy50.98280.39650.4858
Hunter Lab71.4022-20.950939.7260
CIE-Lab76.6686-19.800862.9592

#bcc53f color RGB value is (188,197,63).

#bcc53f hex color red value is 188, green value is 197 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bcc53f hue: 0.18 , saturation: 0.54 and the lightness value of bcc53f is 0.51.

The process color (four color CMYK) of #bcc53f color hex is 0.05, 0.00, 0.68, 0.23. Web safe color of #bcc53f is #cccc33. Color #bcc53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00111111
Octal 274 305 77
Decimal 188 197 63
Hex BC C5 3F

RGB Percentages of Color #bcc53f

%41.96
%43.97
%14.06

CMYK Percentages of Color #bcc53f

%5
%0
%68
%23

Triadic Colors of #bcc53f

#bcc53f #3fbcc5 #c53fbc

Analogous Colors of #bcc53f

#bcc53f #79c53f #c58b3f

Monochromatic Colors of #bcc53f

#bcc53f

Complementary Color

#bcc53f #483fc5

#bcc53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc53f Color CSS Codes

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

#bcc53f Text Font Color

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

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


#bcc53f Background Color

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

This div background color is #bcc53f


#bcc53f Border Color

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

This div border color is #bcc53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc53f


Comments

No comments written yet.

Please login to write comment.