Color Hex Logo

#bcc414 Color Hex

#BCC414
(188,196,20)
0 Favorites   0 Comments

Color spaces of #bcc414

RGB 18819620
HSL0.170.810.42
HSV63°90°77°
CMYK 0.040.000.90   0.23
XYZ40.605250.22178.2155
Yxy50.22170.41000.5071
Hunter Lab70.8673-21.741642.7337
CIE-Lab76.2051-20.861374.4618

#bcc414 color RGB value is (188,196,20).

#bcc414 hex color red value is 188, green value is 196 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #bcc414 hue: 0.17 , saturation: 0.81 and the lightness value of bcc414 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 11000100 00010100
Octal 274 304 24
Decimal 188 196 20
Hex BC C4 14

RGB Percentages of Color #bcc414

%46.53
%48.51
%4.95

CMYK Percentages of Color #bcc414

%4
%0
%90
%23

Triadic Colors of #bcc414

#bcc414 #14bcc4 #c414bc

Analogous Colors of #bcc414

#bcc414 #64c414 #c47414

Monochromatic Colors of #bcc414

#bcc414

Complementary Color

#bcc414 #1c14c4

#bcc414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcc414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcc414 Color CSS Codes

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

#bcc414 Text Font Color

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

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


#bcc414 Background Color

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

This div background color is #bcc414


#bcc414 Border Color

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

This div border color is #bcc414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcc414


Comments

No comments written yet.

Please login to write comment.