Color Hex Logo

#bca603 Color Hex

#BCA603
(188,166,3)
0 Favorites   0 Comments

Color spaces of #bca603

RGB 1881663
HSL0.150.970.37
HSV53°98°74°
CMYK 0.000.120.98   0.26
XYZ34.391737.97045.6025
Yxy37.97040.44110.4870
Hunter Lab61.6201-8.210037.7434
CIE-Lab67.9988-5.769870.4373

#bca603 color RGB value is (188,166,3).

#bca603 hex color red value is 188, green value is 166 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bca603 hue: 0.15 , saturation: 0.97 and the lightness value of bca603 is 0.37.

The process color (four color CMYK) of #bca603 color hex is 0.00, 0.12, 0.98, 0.26. Web safe color of #bca603 is #cc9900. Color #bca603 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 00000011
Octal 274 246 3
Decimal 188 166 3
Hex BC A6 3

RGB Percentages of Color #bca603

%52.66
%46.50
%0.84

CMYK Percentages of Color #bca603

%0
%12
%98
%26

Triadic Colors of #bca603

#bca603 #03bca6 #a603bc

Analogous Colors of #bca603

#bca603 #76bc03 #bc4903

Monochromatic Colors of #bca603

#bca603

Complementary Color

#bca603 #0319bc

#bca603 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca603 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca603 Color CSS Codes

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

#bca603 Text Font Color

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

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


#bca603 Background Color

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

This div background color is #bca603


#bca603 Border Color

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

This div border color is #bca603


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca603


Comments

No comments written yet.

Please login to write comment.