Color Hex Logo

#bca153 Color Hex

#BCA153
(188,161,83)
0 Favorites   0 Comments

Color spaces of #bca153

RGB 18816183
HSL0.120.440.53
HSV45°56°74°
CMYK 0.000.140.56   0.26
XYZ35.045236.805613.4407
Yxy36.80560.41090.4315
Hunter Lab60.6676-3.056229.3318
CIE-Lab67.13090.213543.7465

#bca153 color RGB value is (188,161,83).

#bca153 hex color red value is 188, green value is 161 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bca153 hue: 0.12 , saturation: 0.44 and the lightness value of bca153 is 0.53.

The process color (four color CMYK) of #bca153 color hex is 0.00, 0.14, 0.56, 0.26. Web safe color of #bca153 is #cc9966. Color #bca153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01010011
Octal 274 241 123
Decimal 188 161 83
Hex BC A1 53

RGB Percentages of Color #bca153

%43.52
%37.27
%19.21

CMYK Percentages of Color #bca153

%0
%14
%56
%26

Triadic Colors of #bca153

#bca153 #53bca1 #a153bc

Analogous Colors of #bca153

#bca153 #a3bc53 #bc6d53

Monochromatic Colors of #bca153

#bca153

Complementary Color

#bca153 #536ebc

#bca153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca153 Color CSS Codes

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

#bca153 Text Font Color

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

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


#bca153 Background Color

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

This div background color is #bca153


#bca153 Border Color

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

This div border color is #bca153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca153


Comments

No comments written yet.

Please login to write comment.