Color Hex Logo

#bcaa3c Color Hex

#BCAA3C
(188,170,60)
0 Favorites   0 Comments

Color spaces of #bcaa3c

RGB 18817060
HSL0.140.520.49
HSV52°68°74°
CMYK 0.000.100.68   0.26
XYZ35.929439.767110.0571
Yxy39.76710.41900.4637
Hunter Lab63.0612-8.655834.6871
CIE-Lab69.3033-6.159956.6679

#bcaa3c color RGB value is (188,170,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00111100
Octal 274 252 74
Decimal 188 170 60
Hex BC AA 3C

RGB Percentages of Color #bcaa3c

%44.98
%40.67
%14.35

CMYK Percentages of Color #bcaa3c

%0
%10
%68
%26

Triadic Colors of #bcaa3c

#bcaa3c #3cbcaa #aa3cbc

Analogous Colors of #bcaa3c

#bcaa3c #8ebc3c #bc6a3c

Monochromatic Colors of #bcaa3c

#bcaa3c

Complementary Color

#bcaa3c #3c4ebc

#bcaa3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa3c Color CSS Codes

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

#bcaa3c Text Font Color

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

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


#bcaa3c Background Color

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

This div background color is #bcaa3c


#bcaa3c Border Color

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

This div border color is #bcaa3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa3c


Comments

No comments written yet.

Please login to write comment.