Color Hex Logo

#bca92f Color Hex

#BCA92F
(188,169,47)
0 Favorites   0 Comments

Color spaces of #bca92f

RGB 18816947
HSL0.140.600.46
HSV52°75°74°
CMYK 0.000.100.75   0.26
XYZ35.440139.27258.4018
Yxy39.27250.42640.4725
Hunter Lab62.6678-8.722735.9185
CIE-Lab68.9482-6.277861.3158

#bca92f color RGB value is (188,169,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 00101111
Octal 274 251 57
Decimal 188 169 47
Hex BC A9 2F

RGB Percentages of Color #bca92f

%46.53
%41.83
%11.63

CMYK Percentages of Color #bca92f

%0
%10
%75
%26

Triadic Colors of #bca92f

#bca92f #2fbca9 #a92fbc

Analogous Colors of #bca92f

#bca92f #89bc2f #bc632f

Monochromatic Colors of #bca92f

#bca92f

Complementary Color

#bca92f #2f42bc

#bca92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca92f Color CSS Codes

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

#bca92f Text Font Color

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

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


#bca92f Background Color

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

This div background color is #bca92f


#bca92f Border Color

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

This div border color is #bca92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca92f


Comments

No comments written yet.

Please login to write comment.