Color Hex Logo

#bcc507 Color Hex

#BCC507
(188,197,7)
0 Favorites   0 Comments

Color spaces of #bcc507

RGB 1881977
HSL0.170.930.40
HSV63°96°77°
CMYK 0.050.000.96   0.23
XYZ40.743650.63927.8279
Yxy50.63920.41070.5104
Hunter Lab71.1612-22.331443.2908
CIE-Lab76.4599-21.532276.2517

#bcc507 color RGB value is (188,197,7).

#bcc507 hex color red value is 188, green value is 197 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #bcc507 hue: 0.17 , saturation: 0.93 and the lightness value of bcc507 is 0.40.

The process color (four color CMYK) of #bcc507 color hex is 0.05, 0.00, 0.96, 0.23. Web safe color of #bcc507 is #cccc00. Color #bcc507 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00000111
Octal 274 305 7
Decimal 188 197 7
Hex BC C5 7

RGB Percentages of Color #bcc507

%47.96
%50.26
%1.79

CMYK Percentages of Color #bcc507

%5
%0
%96
%23

Triadic Colors of #bcc507

#bcc507 #07bcc5 #c507bc

Analogous Colors of #bcc507

#bcc507 #5dc507 #c56f07

Monochromatic Colors of #bcc507

#bcc507

Complementary Color

#bcc507 #1007c5

#bcc507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc507 Color CSS Codes

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

#bcc507 Text Font Color

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

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


#bcc507 Background Color

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

This div background color is #bcc507


#bcc507 Border Color

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

This div border color is #bcc507


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc507


Comments

No comments written yet.

Please login to write comment.