Color Hex Logo

#bca00a Color Hex

#BCA00A
(188,160,10)
0 Favorites   0 Comments

Color spaces of #bca00a

RGB 18816010
HSL0.140.900.39
HSV51°95°74°
CMYK 0.000.150.95   0.26
XYZ33.364635.85495.4493
Yxy35.85490.44680.4802
Hunter Lab59.8790-5.327936.5196
CIE-Lab66.4089-2.499768.3805

#bca00a color RGB value is (188,160,10).

#bca00a hex color red value is 188, green value is 160 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #bca00a hue: 0.14 , saturation: 0.90 and the lightness value of bca00a is 0.39.

The process color (four color CMYK) of #bca00a color hex is 0.00, 0.15, 0.95, 0.26. Web safe color of #bca00a is #cc9900. Color #bca00a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100000 00001010
Octal 274 240 12
Decimal 188 160 10
Hex BC A0 A

RGB Percentages of Color #bca00a

%52.51
%44.69
%2.79

CMYK Percentages of Color #bca00a

%0
%15
%95
%26

Triadic Colors of #bca00a

#bca00a #0abca0 #a00abc

Analogous Colors of #bca00a

#bca00a #7fbc0a #bc470a

Monochromatic Colors of #bca00a

#bca00a

Complementary Color

#bca00a #0a26bc

#bca00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca00a Color CSS Codes

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

#bca00a Text Font Color

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

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


#bca00a Background Color

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

This div background color is #bca00a


#bca00a Border Color

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

This div border color is #bca00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca00a


Comments

No comments written yet.

Please login to write comment.