Color Hex Logo

#bcaa42 Color Hex

#BCAA42
(188,170,66)
0 Favorites   0 Comments

Color spaces of #bcaa42

RGB 18817066
HSL0.140.480.50
HSV51°65°74°
CMYK 0.000.100.65   0.26
XYZ36.097139.834210.9405
Yxy39.83420.41550.4585
Hunter Lab63.1143-8.360333.9025
CIE-Lab69.3513-5.805054.1775

#bcaa42 color RGB value is (188,170,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 01000010
Octal 274 252 102
Decimal 188 170 66
Hex BC AA 42

RGB Percentages of Color #bcaa42

%44.34
%40.09
%15.57

CMYK Percentages of Color #bcaa42

%0
%10
%65
%26

Triadic Colors of #bcaa42

#bcaa42 #42bcaa #aa42bc

Analogous Colors of #bcaa42

#bcaa42 #91bc42 #bc6d42

Monochromatic Colors of #bcaa42

#bcaa42

Complementary Color

#bcaa42 #4254bc

#bcaa42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa42 Color CSS Codes

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

#bcaa42 Text Font Color

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

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


#bcaa42 Background Color

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

This div background color is #bcaa42


#bcaa42 Border Color

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

This div border color is #bcaa42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa42


Comments

No comments written yet.

Please login to write comment.