Color Hex Logo

#bcaa1e Color Hex

#BCAA1E
(188,170,30)
0 Favorites   0 Comments

Color spaces of #bcaa1e

RGB 18817030
HSL0.150.720.43
HSV53°84°74°
CMYK 0.000.100.84   0.26
XYZ35.348139.53466.9962
Yxy39.53460.43170.4828
Hunter Lab62.8765-9.684437.4165
CIE-Lab69.1368-7.402366.6817

#bcaa1e color RGB value is (188,170,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00011110
Octal 274 252 36
Decimal 188 170 30
Hex BC AA 1E

RGB Percentages of Color #bcaa1e

%48.45
%43.81
%7.73

CMYK Percentages of Color #bcaa1e

%0
%10
%84
%26

Triadic Colors of #bcaa1e

#bcaa1e #1ebcaa #aa1ebc

Analogous Colors of #bcaa1e

#bcaa1e #7fbc1e #bc5b1e

Monochromatic Colors of #bcaa1e

#bcaa1e

Complementary Color

#bcaa1e #1e30bc

#bcaa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa1e Color CSS Codes

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

#bcaa1e Text Font Color

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

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


#bcaa1e Background Color

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

This div background color is #bcaa1e


#bcaa1e Border Color

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

This div border color is #bcaa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa1e


Comments

No comments written yet.

Please login to write comment.