Color Hex Logo

#bca134 Color Hex

#BCA134
(188,161,52)
0 Favorites   0 Comments

Color spaces of #bca134

RGB 18816152
HSL0.130.570.47
HSV48°72°74°
CMYK 0.000.140.72   0.26
XYZ34.103736.42908.4829
Yxy36.42900.43160.4610
Hunter Lab60.3564-4.764433.9165
CIE-Lab66.8464-1.800057.4189

#bca134 color RGB value is (188,161,52).

#bca134 hex color red value is 188, green value is 161 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bca134 hue: 0.13 , saturation: 0.57 and the lightness value of bca134 is 0.47.

The process color (four color CMYK) of #bca134 color hex is 0.00, 0.14, 0.72, 0.26. Web safe color of #bca134 is #cc9933. Color #bca134 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00110100
Octal 274 241 64
Decimal 188 161 52
Hex BC A1 34

RGB Percentages of Color #bca134

%46.88
%40.15
%12.97

CMYK Percentages of Color #bca134

%0
%14
%72
%26

Triadic Colors of #bca134

#bca134 #34bca1 #a134bc

Analogous Colors of #bca134

#bca134 #93bc34 #bc5d34

Monochromatic Colors of #bca134

#bca134

Complementary Color

#bca134 #344fbc

#bca134 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca134 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca134 Color CSS Codes

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

#bca134 Text Font Color

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

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


#bca134 Background Color

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

This div background color is #bca134


#bca134 Border Color

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

This div border color is #bca134


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca134


Comments

No comments written yet.

Please login to write comment.