Color Hex Logo

#bca93a Color Hex

#BCA93A
(188,169,58)
0 Favorites   0 Comments

Color spaces of #bca93a

RGB 18816958
HSL0.140.530.48
HSV51°69°74°
CMYK 0.000.100.69   0.26
XYZ35.690739.37289.7216
Yxy39.37280.42100.4644
Hunter Lab62.7477-8.278434.7375
CIE-Lab69.0205-5.743057.1969

#bca93a color RGB value is (188,169,58).

#bca93a hex color red value is 188, green value is 169 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bca93a hue: 0.14 , saturation: 0.53 and the lightness value of bca93a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 00111010
Octal 274 251 72
Decimal 188 169 58
Hex BC A9 3A

RGB Percentages of Color #bca93a

%45.30
%40.72
%13.98

CMYK Percentages of Color #bca93a

%0
%10
%69
%26

Triadic Colors of #bca93a

#bca93a #3abca9 #a93abc

Analogous Colors of #bca93a

#bca93a #8ebc3a #bc683a

Monochromatic Colors of #bca93a

#bca93a

Complementary Color

#bca93a #3a4dbc

#bca93a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca93a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca93a Color CSS Codes

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

#bca93a Text Font Color

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

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


#bca93a Background Color

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

This div background color is #bca93a


#bca93a Border Color

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

This div border color is #bca93a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca93a


Comments

No comments written yet.

Please login to write comment.