Color Hex Logo

#bca14a Color Hex

#BCA14A
(188,161,74)
0 Favorites   0 Comments

Color spaces of #bca14a

RGB 18816174
HSL0.130.460.51
HSV46°61°74°
CMYK 0.000.140.61   0.26
XYZ34.719936.675511.7277
Yxy36.67550.41770.4412
Hunter Lab60.5603-3.644530.9105
CIE-Lab67.0329-0.476648.0016

#bca14a color RGB value is (188,161,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 01001010
Octal 274 241 112
Decimal 188 161 74
Hex BC A1 4A

RGB Percentages of Color #bca14a

%44.44
%38.06
%17.49

CMYK Percentages of Color #bca14a

%0
%14
%61
%26

Triadic Colors of #bca14a

#bca14a #4abca1 #a14abc

Analogous Colors of #bca14a

#bca14a #9ebc4a #bc684a

Monochromatic Colors of #bca14a

#bca14a

Complementary Color

#bca14a #4a65bc

#bca14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca14a Color CSS Codes

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

#bca14a Text Font Color

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

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


#bca14a Background Color

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

This div background color is #bca14a


#bca14a Border Color

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

This div border color is #bca14a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,161,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 #bca14a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca14a


Comments

No comments written yet.

Please login to write comment.