Color Hex Logo

#bca82b Color Hex

#BCA82B
(188,168,43)
0 Favorites   0 Comments

Color spaces of #bca82b

RGB 18816843
HSL0.140.630.45
HSV52°77°74°
CMYK 0.000.110.77   0.26
XYZ35.177738.87107.9343
Yxy38.87100.42910.4741
Hunter Lab62.3466-8.391936.0973
CIE-Lab68.6577-5.916262.4245

#bca82b color RGB value is (188,168,43).

#bca82b hex color red value is 188, green value is 168 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bca82b hue: 0.14 , saturation: 0.63 and the lightness value of bca82b is 0.45.

The process color (four color CMYK) of #bca82b color hex is 0.00, 0.11, 0.77, 0.26. Web safe color of #bca82b is #cc9933. Color #bca82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00101011
Octal 274 250 53
Decimal 188 168 43
Hex BC A8 2B

RGB Percentages of Color #bca82b

%47.12
%42.11
%10.78

CMYK Percentages of Color #bca82b

%0
%11
%77
%26

Triadic Colors of #bca82b

#bca82b #2bbca8 #a82bbc

Analogous Colors of #bca82b

#bca82b #88bc2b #bc602b

Monochromatic Colors of #bca82b

#bca82b

Complementary Color

#bca82b #2b3fbc

#bca82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca82b Color CSS Codes

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

#bca82b Text Font Color

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

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


#bca82b Background Color

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

This div background color is #bca82b


#bca82b Border Color

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

This div border color is #bca82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca82b


Comments

No comments written yet.

Please login to write comment.