Color Hex Logo

#bca115 Color Hex

#BCA115
(188,161,21)
0 Favorites   0 Comments

Color spaces of #bca115

RGB 18816121
HSL0.140.800.41
HSV50°89°74°
CMYK 0.000.140.89   0.26
XYZ33.619336.23525.9316
Yxy36.23520.44360.4781
Hunter Lab60.1957-5.650236.2946
CIE-Lab66.6992-2.855966.7678

#bca115 color RGB value is (188,161,21).

#bca115 hex color red value is 188, green value is 161 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #bca115 hue: 0.14 , saturation: 0.80 and the lightness value of bca115 is 0.41.

The process color (four color CMYK) of #bca115 color hex is 0.00, 0.14, 0.89, 0.26. Web safe color of #bca115 is #cc9900. Color #bca115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00010101
Octal 274 241 25
Decimal 188 161 21
Hex BC A1 15

RGB Percentages of Color #bca115

%50.81
%43.51
%5.68

CMYK Percentages of Color #bca115

%0
%14
%89
%26

Triadic Colors of #bca115

#bca115 #15bca1 #a115bc

Analogous Colors of #bca115

#bca115 #84bc15 #bc4e15

Monochromatic Colors of #bca115

#bca115

Complementary Color

#bca115 #1530bc

#bca115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca115 Color CSS Codes

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

#bca115 Text Font Color

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

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


#bca115 Background Color

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

This div background color is #bca115


#bca115 Border Color

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

This div border color is #bca115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca115


Comments

No comments written yet.

Please login to write comment.