Color Hex Logo

#bcaa2d Color Hex

#BCAA2D
(188,170,45)
0 Favorites   0 Comments

Color spaces of #bcaa2d

RGB 18817045
HSL0.150.610.46
HSV52°76°74°
CMYK 0.000.100.76   0.26
XYZ35.587439.63038.2564
Yxy39.63030.42630.4748
Hunter Lab62.9526-9.260236.2908
CIE-Lab69.2054-6.888662.2533

#bcaa2d color RGB value is (188,170,45).

#bcaa2d hex color red value is 188, green value is 170 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bcaa2d hue: 0.15 , saturation: 0.61 and the lightness value of bcaa2d is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00101101
Octal 274 252 55
Decimal 188 170 45
Hex BC AA 2D

RGB Percentages of Color #bcaa2d

%46.65
%42.18
%11.17

CMYK Percentages of Color #bcaa2d

%0
%10
%76
%26

Triadic Colors of #bcaa2d

#bcaa2d #2dbcaa #aa2dbc

Analogous Colors of #bcaa2d

#bcaa2d #87bc2d #bc622d

Monochromatic Colors of #bcaa2d

#bcaa2d

Complementary Color

#bcaa2d #2d3fbc

#bcaa2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa2d Color CSS Codes

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

#bcaa2d Text Font Color

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

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


#bcaa2d Background Color

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

This div background color is #bcaa2d


#bcaa2d Border Color

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

This div border color is #bcaa2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa2d


Comments

No comments written yet.

Please login to write comment.