Color Hex Logo

#bca439 Color Hex

#BCA439
(188,164,57)
0 Favorites   0 Comments

Color spaces of #bca439

RGB 18816457
HSL0.140.530.48
HSV49°70°74°
CMYK 0.000.130.70   0.26
XYZ34.753037.53779.2847
Yxy37.53770.42600.4602
Hunter Lab61.2680-5.968633.9027
CIE-Lab67.6785-3.145956.2429

#bca439 color RGB value is (188,164,57).

#bca439 hex color red value is 188, green value is 164 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bca439 hue: 0.14 , saturation: 0.53 and the lightness value of bca439 is 0.48.

The process color (four color CMYK) of #bca439 color hex is 0.00, 0.13, 0.70, 0.26. Web safe color of #bca439 is #cc9933. Color #bca439 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 00111001
Octal 274 244 71
Decimal 188 164 57
Hex BC A4 39

RGB Percentages of Color #bca439

%45.97
%40.10
%13.94

CMYK Percentages of Color #bca439

%0
%13
%70
%26

Triadic Colors of #bca439

#bca439 #39bca4 #a439bc

Analogous Colors of #bca439

#bca439 #93bc39 #bc6339

Monochromatic Colors of #bca439

#bca439

Complementary Color

#bca439 #3951bc

#bca439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca439 Color CSS Codes

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

#bca439 Text Font Color

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

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


#bca439 Background Color

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

This div background color is #bca439


#bca439 Border Color

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

This div border color is #bca439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca439


Comments

No comments written yet.

Please login to write comment.