Color Hex Logo

#bcc615 Color Hex

#BCC615
(188,198,21)
0 Favorites   0 Comments

Color spaces of #bcc615

RGB 18819821
HSL0.180.810.43
HSV63°89°78°
CMYK 0.050.000.89   0.22
XYZ41.068551.13378.4147
Yxy51.13370.40820.5082
Hunter Lab71.5078-22.622343.0785
CIE-Lab76.7599-21.825874.7407

#bcc615 color RGB value is (188,198,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000110 00010101
Octal 274 306 25
Decimal 188 198 21
Hex BC C6 15

RGB Percentages of Color #bcc615

%46.19
%48.65
%5.16

CMYK Percentages of Color #bcc615

%5
%0
%89
%22

Triadic Colors of #bcc615

#bcc615 #15bcc6 #c615bc

Analogous Colors of #bcc615

#bcc615 #63c615 #c67815

Monochromatic Colors of #bcc615

#bcc615

Complementary Color

#bcc615 #1f15c6

#bcc615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc615 Color CSS Codes

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

#bcc615 Text Font Color

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

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


#bcc615 Background Color

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

This div background color is #bcc615


#bcc615 Border Color

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

This div border color is #bcc615


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,198,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 #bcc615">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc615


Comments

No comments written yet.

Please login to write comment.