Color Hex Logo

#bcaa36 Color Hex

#BCAA36
(188,170,54)
0 Favorites   0 Comments

Color spaces of #bcaa36

RGB 18817054
HSL0.140.550.47
HSV52°71°74°
CMYK 0.000.100.71   0.26
XYZ35.779639.70729.2685
Yxy39.70720.42220.4685
Hunter Lab63.0136-8.920335.3888
CIE-Lab69.2605-6.478459.0217

#bcaa36 color RGB value is (188,170,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00110110
Octal 274 252 66
Decimal 188 170 54
Hex BC AA 36

RGB Percentages of Color #bcaa36

%45.63
%41.26
%13.11

CMYK Percentages of Color #bcaa36

%0
%10
%71
%26

Triadic Colors of #bcaa36

#bcaa36 #36bcaa #aa36bc

Analogous Colors of #bcaa36

#bcaa36 #8bbc36 #bc6736

Monochromatic Colors of #bcaa36

#bcaa36

Complementary Color

#bcaa36 #3648bc

#bcaa36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa36 Color CSS Codes

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

#bcaa36 Text Font Color

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

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


#bcaa36 Background Color

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

This div background color is #bcaa36


#bcaa36 Border Color

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

This div border color is #bcaa36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa36


Comments

No comments written yet.

Please login to write comment.