Color Hex Logo

#bca900 Color Hex

#BCA900
(188,169,0)
0 Favorites   0 Comments

Color spaces of #bca900

RGB 1881690
HSL0.151.000.37
HSV54°100°74°
CMYK 0.000.101.00   0.26
XYZ34.927039.06735.6999
Yxy39.06730.43830.4902
Hunter Lab62.5038-9.636338.3459
CIE-Lab68.8000-7.384271.3901

#bca900 color RGB value is (188,169,0).

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

The process color (four color CMYK) of #bca900 color hex is 0.00, 0.10, 1.00, 0.26. Web safe color of #bca900 is #cc9900. Color #bca900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 00000000
Octal 274 251 0
Decimal 188 169 0
Hex BC A9 0

RGB Percentages of Color #bca900

%52.66
%47.34
%0.00

CMYK Percentages of Color #bca900

%0
%10
%100
%26

Triadic Colors of #bca900

#bca900 #00bca9 #a900bc

Analogous Colors of #bca900

#bca900 #71bc00 #bc4b00

Monochromatic Colors of #bca900

#bca900

Complementary Color

#bca900 #0013bc

#bca900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca900 Color CSS Codes

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

#bca900 Text Font Color

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

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


#bca900 Background Color

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

This div background color is #bca900


#bca900 Border Color

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

This div border color is #bca900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca900


Comments

No comments written yet.

Please login to write comment.