Color Hex Logo

#bca22e Color Hex

#BCA22E
(188,162,46)
0 Favorites   0 Comments

Color spaces of #bca22e

RGB 18816246
HSL0.140.610.46
HSV49°76°74°
CMYK 0.000.140.76   0.26
XYZ34.152536.72937.8742
Yxy36.72930.43360.4664
Hunter Lab60.6047-5.468334.7199
CIE-Lab67.0734-2.609259.9044

#bca22e color RGB value is (188,162,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100010 00101110
Octal 274 242 56
Decimal 188 162 46
Hex BC A2 2E

RGB Percentages of Color #bca22e

%47.47
%40.91
%11.62

CMYK Percentages of Color #bca22e

%0
%14
%76
%26

Triadic Colors of #bca22e

#bca22e #2ebca2 #a22ebc

Analogous Colors of #bca22e

#bca22e #8fbc2e #bc5b2e

Monochromatic Colors of #bca22e

#bca22e

Complementary Color

#bca22e #2e48bc

#bca22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca22e Color CSS Codes

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

#bca22e Text Font Color

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

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


#bca22e Background Color

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

This div background color is #bca22e


#bca22e Border Color

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

This div border color is #bca22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca22e


Comments

No comments written yet.

Please login to write comment.