Color Hex Logo

#bcc537 Color Hex

#BCC537
(188,197,55)
0 Favorites   0 Comments

Color spaces of #bcc537

RGB 18819755
HSL0.180.560.49
HSV64°72°77°
CMYK 0.050.000.72   0.23
XYZ41.394950.899711.2573
Yxy50.89970.39980.4915
Hunter Lab71.3440-21.283640.5855
CIE-Lab76.6182-20.216265.8177

#bcc537 color RGB value is (188,197,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00110111
Octal 274 305 67
Decimal 188 197 55
Hex BC C5 37

RGB Percentages of Color #bcc537

%42.73
%44.77
%12.50

CMYK Percentages of Color #bcc537

%5
%0
%72
%23

Triadic Colors of #bcc537

#bcc537 #37bcc5 #c537bc

Analogous Colors of #bcc537

#bcc537 #75c537 #c58737

Monochromatic Colors of #bcc537

#bcc537

Complementary Color

#bcc537 #4037c5

#bcc537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc537 Color CSS Codes

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

#bcc537 Text Font Color

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

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


#bcc537 Background Color

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

This div background color is #bcc537


#bcc537 Border Color

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

This div border color is #bcc537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc537


Comments

No comments written yet.

Please login to write comment.