Color Hex Logo

#bca61b Color Hex

#BCA61B
(188,166,27)
0 Favorites   0 Comments

Color spaces of #bca61b

RGB 18816627
HSL0.140.750.42
HSV52°86°74°
CMYK 0.000.120.86   0.26
XYZ34.573138.04296.5577
Yxy38.04290.43670.4805
Hunter Lab61.6789-7.882936.8715
CIE-Lab68.0522-5.374866.5216

#bca61b color RGB value is (188,166,27).

#bca61b hex color red value is 188, green value is 166 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bca61b hue: 0.14 , saturation: 0.75 and the lightness value of bca61b is 0.42.

The process color (four color CMYK) of #bca61b color hex is 0.00, 0.12, 0.86, 0.26. Web safe color of #bca61b is #cc9933. Color #bca61b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 00011011
Octal 274 246 33
Decimal 188 166 27
Hex BC A6 1B

RGB Percentages of Color #bca61b

%49.34
%43.57
%7.09

CMYK Percentages of Color #bca61b

%0
%12
%86
%26

Triadic Colors of #bca61b

#bca61b #1bbca6 #a61bbc

Analogous Colors of #bca61b

#bca61b #82bc1b #bc561b

Monochromatic Colors of #bca61b

#bca61b

Complementary Color

#bca61b #1b31bc

#bca61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca61b Color CSS Codes

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

#bca61b Text Font Color

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

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


#bca61b Background Color

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

This div background color is #bca61b


#bca61b Border Color

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

This div border color is #bca61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca61b


Comments

No comments written yet.

Please login to write comment.