Color Hex Logo

#bca94b Color Hex

#BCA94B
(188,169,75)
0 Favorites   0 Comments

Color spaces of #bca94b

RGB 18816975
HSL0.140.460.52
HSV50°60°74°
CMYK 0.000.100.60   0.26
XYZ36.197039.575312.3876
Yxy39.57530.41060.4489
Hunter Lab62.9089-7.383932.3612
CIE-Lab69.1660-4.672549.9270

#bca94b color RGB value is (188,169,75).

#bca94b hex color red value is 188, green value is 169 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bca94b hue: 0.14 , saturation: 0.46 and the lightness value of bca94b is 0.52.

The process color (four color CMYK) of #bca94b color hex is 0.00, 0.10, 0.60, 0.26. Web safe color of #bca94b is #cc9933. Color #bca94b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 01001011
Octal 274 251 113
Decimal 188 169 75
Hex BC A9 4B

RGB Percentages of Color #bca94b

%43.52
%39.12
%17.36

CMYK Percentages of Color #bca94b

%0
%10
%60
%26

Triadic Colors of #bca94b

#bca94b #4bbca9 #a94bbc

Analogous Colors of #bca94b

#bca94b #97bc4b #bc714b

Monochromatic Colors of #bca94b

#bca94b

Complementary Color

#bca94b #4b5ebc

#bca94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca94b Color CSS Codes

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

#bca94b Text Font Color

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

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


#bca94b Background Color

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

This div background color is #bca94b


#bca94b Border Color

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

This div border color is #bca94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca94b


Comments

No comments written yet.

Please login to write comment.