Color Hex Logo

#bca62c Color Hex

#BCA62C
(188,166,44)
0 Favorites   0 Comments

Color spaces of #bca62c

RGB 18816644
HSL0.140.620.45
HSV51°77°74°
CMYK 0.000.120.77   0.26
XYZ34.829938.14577.9100
Yxy38.14570.43060.4716
Hunter Lab61.7622-7.421435.6402
CIE-Lab68.1279-4.819361.5963

#bca62c color RGB value is (188,166,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100110 00101100
Octal 274 246 54
Decimal 188 166 44
Hex BC A6 2C

RGB Percentages of Color #bca62c

%47.24
%41.71
%11.06

CMYK Percentages of Color #bca62c

%0
%12
%77
%26

Triadic Colors of #bca62c

#bca62c #2cbca6 #a62cbc

Analogous Colors of #bca62c

#bca62c #8abc2c #bc5e2c

Monochromatic Colors of #bca62c

#bca62c

Complementary Color

#bca62c #2c42bc

#bca62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca62c Color CSS Codes

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

#bca62c Text Font Color

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

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


#bca62c Background Color

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

This div background color is #bca62c


#bca62c Border Color

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

This div border color is #bca62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca62c


Comments

No comments written yet.

Please login to write comment.