Color Hex Logo

#bca13e Color Hex

#BCA13E
(188,161,62)
0 Favorites   0 Comments

Color spaces of #bca13e

RGB 18816162
HSL0.130.500.49
HSV47°67°74°
CMYK 0.000.140.67   0.26
XYZ34.353436.52899.7976
Yxy36.52890.42580.4528
Hunter Lab60.4391-4.309732.6961
CIE-Lab66.9221-1.261153.3467

#bca13e color RGB value is (188,161,62).

#bca13e hex color red value is 188, green value is 161 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bca13e hue: 0.13 , saturation: 0.50 and the lightness value of bca13e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00111110
Octal 274 241 76
Decimal 188 161 62
Hex BC A1 3E

RGB Percentages of Color #bca13e

%45.74
%39.17
%15.09

CMYK Percentages of Color #bca13e

%0
%14
%67
%26

Triadic Colors of #bca13e

#bca13e #3ebca1 #a13ebc

Analogous Colors of #bca13e

#bca13e #98bc3e #bc623e

Monochromatic Colors of #bca13e

#bca13e

Complementary Color

#bca13e #3e59bc

#bca13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca13e Color CSS Codes

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

#bca13e Text Font Color

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

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


#bca13e Background Color

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

This div background color is #bca13e


#bca13e Border Color

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

This div border color is #bca13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca13e


Comments

No comments written yet.

Please login to write comment.