Color Hex Logo

#bca721 Color Hex

#BCA721
(188,167,33)
0 Favorites   0 Comments

Color spaces of #bca721

RGB 18816733
HSL0.140.700.43
HSV52°82°74°
CMYK 0.000.110.82   0.26
XYZ34.832338.43867.0224
Yxy38.43860.43380.4787
Hunter Lab61.9989-8.212936.6836
CIE-Lab68.3426-5.736965.2127

#bca721 color RGB value is (188,167,33).

#bca721 hex color red value is 188, green value is 167 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bca721 hue: 0.14 , saturation: 0.70 and the lightness value of bca721 is 0.43.

The process color (four color CMYK) of #bca721 color hex is 0.00, 0.11, 0.82, 0.26. Web safe color of #bca721 is #cc9933. Color #bca721 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100111 00100001
Octal 274 247 41
Decimal 188 167 33
Hex BC A7 21

RGB Percentages of Color #bca721

%48.45
%43.04
%8.51

CMYK Percentages of Color #bca721

%0
%11
%82
%26

Triadic Colors of #bca721

#bca721 #21bca7 #a721bc

Analogous Colors of #bca721

#bca721 #84bc21 #bc5a21

Monochromatic Colors of #bca721

#bca721

Complementary Color

#bca721 #2136bc

#bca721 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca721 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca721 Color CSS Codes

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

#bca721 Text Font Color

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

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


#bca721 Background Color

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

This div background color is #bca721


#bca721 Border Color

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

This div border color is #bca721


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca721


Comments

No comments written yet.

Please login to write comment.