Color Hex Logo

#bca33a Color Hex

#BCA33A
(188,163,58)
0 Favorites   0 Comments

Color spaces of #bca33a

RGB 18816358
HSL0.130.530.48
HSV48°69°74°
CMYK 0.000.130.69   0.26
XYZ34.600037.19129.3580
Yxy37.19120.42640.4583
Hunter Lab60.9846-5.449933.5912
CIE-Lab67.4202-2.558255.5665

#bca33a color RGB value is (188,163,58).

#bca33a hex color red value is 188, green value is 163 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bca33a hue: 0.13 , saturation: 0.53 and the lightness value of bca33a is 0.48.

The process color (four color CMYK) of #bca33a color hex is 0.00, 0.13, 0.69, 0.26. Web safe color of #bca33a is #cc9933. Color #bca33a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100011 00111010
Octal 274 243 72
Decimal 188 163 58
Hex BC A3 3A

RGB Percentages of Color #bca33a

%45.97
%39.85
%14.18

CMYK Percentages of Color #bca33a

%0
%13
%69
%26

Triadic Colors of #bca33a

#bca33a #3abca3 #a33abc

Analogous Colors of #bca33a

#bca33a #94bc3a #bc623a

Monochromatic Colors of #bca33a

#bca33a

Complementary Color

#bca33a #3a53bc

#bca33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca33a Color CSS Codes

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

#bca33a Text Font Color

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

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


#bca33a Background Color

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

This div background color is #bca33a


#bca33a Border Color

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

This div border color is #bca33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca33a


Comments

No comments written yet.

Please login to write comment.