Color Hex Logo

#bca30a Color Hex

#BCA30A
(188,163,10)
0 Favorites   0 Comments

Color spaces of #bca30a

RGB 18816310
HSL0.140.900.39
HSV52°95°74°
CMYK 0.000.130.95   0.26
XYZ33.891036.90775.6248
Yxy36.90770.44350.4829
Hunter Lab60.7517-6.737337.0367
CIE-Lab67.2077-4.097668.9749

#bca30a color RGB value is (188,163,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 00001010
Octal 274 243 12
Decimal 188 163 10
Hex BC A3 A

RGB Percentages of Color #bca30a

%52.08
%45.15
%2.77

CMYK Percentages of Color #bca30a

%0
%13
%95
%26

Triadic Colors of #bca30a

#bca30a #0abca3 #a30abc

Analogous Colors of #bca30a

#bca30a #7cbc0a #bc4a0a

Monochromatic Colors of #bca30a

#bca30a

Complementary Color

#bca30a #0a23bc

#bca30a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca30a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca30a Color CSS Codes

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

#bca30a Text Font Color

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

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


#bca30a Background Color

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

This div background color is #bca30a


#bca30a Border Color

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

This div border color is #bca30a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca30a


Comments

No comments written yet.

Please login to write comment.