Color Hex Logo

#bca83e Color Hex

#BCA83E
(188,168,62)
0 Favorites   0 Comments

Color spaces of #bca83e

RGB 18816862
HSL0.140.500.49
HSV50°67°74°
CMYK 0.000.110.67   0.26
XYZ35.611239.044410.2168
Yxy39.04440.41960.4600
Hunter Lab62.4855-7.620534.0456
CIE-Lab68.7834-4.989455.2955

#bca83e color RGB value is (188,168,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101000 00111110
Octal 274 250 76
Decimal 188 168 62
Hex BC A8 3E

RGB Percentages of Color #bca83e

%44.98
%40.19
%14.83

CMYK Percentages of Color #bca83e

%0
%11
%67
%26

Triadic Colors of #bca83e

#bca83e #3ebca8 #a83ebc

Analogous Colors of #bca83e

#bca83e #91bc3e #bc693e

Monochromatic Colors of #bca83e

#bca83e

Complementary Color

#bca83e #3e52bc

#bca83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca83e Color CSS Codes

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

#bca83e Text Font Color

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

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


#bca83e Background Color

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

This div background color is #bca83e


#bca83e Border Color

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

This div border color is #bca83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,168,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 #bca83e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca83e


Comments

No comments written yet.

Please login to write comment.