Color Hex Logo

#bcc515 Color Hex

#BCC515
(188,197,21)
0 Favorites   0 Comments

Color spaces of #bcc515

RGB 18819721
HSL0.180.810.43
HSV63°89°77°
CMYK 0.050.000.89   0.23
XYZ40.840650.67808.3388
Yxy50.67800.40900.5075
Hunter Lab71.1885-22.175042.8869
CIE-Lab76.4835-21.335074.5211

#bcc515 color RGB value is (188,197,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00010101
Octal 274 305 25
Decimal 188 197 21
Hex BC C5 15

RGB Percentages of Color #bcc515

%46.31
%48.52
%5.17

CMYK Percentages of Color #bcc515

%5
%0
%89
%23

Triadic Colors of #bcc515

#bcc515 #15bcc5 #c515bc

Analogous Colors of #bcc515

#bcc515 #64c515 #c57615

Monochromatic Colors of #bcc515

#bcc515

Complementary Color

#bcc515 #1e15c5

#bcc515 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc515 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc515 Color CSS Codes

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

#bcc515 Text Font Color

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

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


#bcc515 Background Color

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

This div background color is #bcc515


#bcc515 Border Color

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

This div border color is #bcc515


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc515


Comments

No comments written yet.

Please login to write comment.