Color Hex Logo

#bca44a Color Hex

#BCA44A
(188,164,74)
0 Favorites   0 Comments

Color spaces of #bca44a

RGB 18816474
HSL0.130.460.51
HSV47°61°74°
CMYK 0.000.130.61   0.26
XYZ35.250537.736711.9046
Yxy37.73670.41520.4445
Hunter Lab61.4302-5.074231.5113
CIE-Lab67.8261-2.084248.8932

#bca44a color RGB value is (188,164,74).

#bca44a hex color red value is 188, green value is 164 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bca44a hue: 0.13 , saturation: 0.46 and the lightness value of bca44a is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100100 01001010
Octal 274 244 112
Decimal 188 164 74
Hex BC A4 4A

RGB Percentages of Color #bca44a

%44.13
%38.50
%17.37

CMYK Percentages of Color #bca44a

%0
%13
%61
%26

Triadic Colors of #bca44a

#bca44a #4abca4 #a44abc

Analogous Colors of #bca44a

#bca44a #9bbc4a #bc6b4a

Monochromatic Colors of #bca44a

#bca44a

Complementary Color

#bca44a #4a62bc

#bca44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca44a Color CSS Codes

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

#bca44a Text Font Color

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

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


#bca44a Background Color

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

This div background color is #bca44a


#bca44a Border Color

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

This div border color is #bca44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca44a


Comments

No comments written yet.

Please login to write comment.