Color Hex Logo

#bca703 Color Hex

#BCA703
(188,167,3)
0 Favorites   0 Comments

Color spaces of #bca703

RGB 1881673
HSL0.150.970.37
HSV53°98°74°
CMYK 0.000.110.98   0.26
XYZ34.574238.33545.6634
Yxy38.33540.44000.4879
Hunter Lab61.9156-8.676337.9177
CIE-Lab68.2671-6.297270.6313

#bca703 color RGB value is (188,167,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 00000011
Octal 274 247 3
Decimal 188 167 3
Hex BC A7 3

RGB Percentages of Color #bca703

%52.51
%46.65
%0.84

CMYK Percentages of Color #bca703

%0
%11
%98
%26

Triadic Colors of #bca703

#bca703 #03bca7 #a703bc

Analogous Colors of #bca703

#bca703 #75bc03 #bc4a03

Monochromatic Colors of #bca703

#bca703

Complementary Color

#bca703 #0318bc

#bca703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca703 Color CSS Codes

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

#bca703 Text Font Color

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

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


#bca703 Background Color

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

This div background color is #bca703


#bca703 Border Color

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

This div border color is #bca703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca703


Comments

No comments written yet.

Please login to write comment.