Color Hex Logo

#bca142 Color Hex

#BCA142
(188,161,66)
0 Favorites   0 Comments

Color spaces of #bca142

RGB 18816166
HSL0.130.480.50
HSV47°65°74°
CMYK 0.000.140.65   0.26
XYZ34.467336.574510.3972
Yxy36.57450.42320.4491
Hunter Lab60.4769-4.102832.1406
CIE-Lab66.9566-1.016651.6140

#bca142 color RGB value is (188,161,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01000010
Octal 274 241 102
Decimal 188 161 66
Hex BC A1 42

RGB Percentages of Color #bca142

%45.30
%38.80
%15.90

CMYK Percentages of Color #bca142

%0
%14
%65
%26

Triadic Colors of #bca142

#bca142 #42bca1 #a142bc

Analogous Colors of #bca142

#bca142 #9abc42 #bc6442

Monochromatic Colors of #bca142

#bca142

Complementary Color

#bca142 #425dbc

#bca142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca142 Color CSS Codes

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

#bca142 Text Font Color

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

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


#bca142 Background Color

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

This div background color is #bca142


#bca142 Border Color

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

This div border color is #bca142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca142


Comments

No comments written yet.

Please login to write comment.