Color Hex Logo

#bcc514 Color Hex

#BCC514
(188,197,20)
0 Favorites   0 Comments

Color spaces of #bcc514

RGB 18819720
HSL0.180.820.43
HSV63°90°77°
CMYK 0.050.000.90   0.23
XYZ40.831650.67448.2909
Yxy50.67440.40910.5078
Hunter Lab71.1860-22.189542.9248
CIE-Lab76.4814-21.353374.6803

#bcc514 color RGB value is (188,197,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000101 00010100
Octal 274 305 24
Decimal 188 197 20
Hex BC C5 14

RGB Percentages of Color #bcc514

%46.42
%48.64
%4.94

CMYK Percentages of Color #bcc514

%5
%0
%90
%23

Triadic Colors of #bcc514

#bcc514 #14bcc5 #c514bc

Analogous Colors of #bcc514

#bcc514 #64c514 #c57614

Monochromatic Colors of #bcc514

#bcc514

Complementary Color

#bcc514 #1d14c5

#bcc514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc514 Color CSS Codes

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

#bcc514 Text Font Color

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

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


#bcc514 Background Color

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

This div background color is #bcc514


#bcc514 Border Color

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

This div border color is #bcc514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc514


Comments

No comments written yet.

Please login to write comment.