Color Hex Logo

#bca707 Color Hex

#BCA707
(188,167,7)
0 Favorites   0 Comments

Color spaces of #bca707

RGB 1881677
HSL0.150.930.38
HSV53°96°74°
CMYK 0.000.110.96   0.26
XYZ34.596138.34415.7788
Yxy38.34410.43950.4871
Hunter Lab61.9226-8.636837.8127
CIE-Lab68.2735-6.249370.1387

#bca707 color RGB value is (188,167,7).

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

The process color (four color CMYK) of #bca707 color hex is 0.00, 0.11, 0.96, 0.26. Web safe color of #bca707 is #cc9900. Color #bca707 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 00000111
Octal 274 247 7
Decimal 188 167 7
Hex BC A7 7

RGB Percentages of Color #bca707

%51.93
%46.13
%1.93

CMYK Percentages of Color #bca707

%0
%11
%96
%26

Triadic Colors of #bca707

#bca707 #07bca7 #a707bc

Analogous Colors of #bca707

#bca707 #77bc07 #bc4d07

Monochromatic Colors of #bca707

#bca707

Complementary Color

#bca707 #071cbc

#bca707 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca707 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca707 Color CSS Codes

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

#bca707 Text Font Color

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

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


#bca707 Background Color

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

This div background color is #bca707


#bca707 Border Color

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

This div border color is #bca707


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca707


Comments

No comments written yet.

Please login to write comment.