Color Hex Logo

#bca933 Color Hex

#BCA933
(188,169,51)
0 Favorites   0 Comments

Color spaces of #bca933

RGB 18816951
HSL0.140.570.47
HSV52°73°74°
CMYK 0.000.100.73   0.26
XYZ35.524539.30638.8465
Yxy39.30630.42450.4697
Hunter Lab62.6947-8.573035.5202
CIE-Lab68.9726-6.097459.8813

#bca933 color RGB value is (188,169,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101001 00110011
Octal 274 251 63
Decimal 188 169 51
Hex BC A9 33

RGB Percentages of Color #bca933

%46.08
%41.42
%12.50

CMYK Percentages of Color #bca933

%0
%10
%73
%26

Triadic Colors of #bca933

#bca933 #33bca9 #a933bc

Analogous Colors of #bca933

#bca933 #8bbc33 #bc6533

Monochromatic Colors of #bca933

#bca933

Complementary Color

#bca933 #3346bc

#bca933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca933 Color CSS Codes

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

#bca933 Text Font Color

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

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


#bca933 Background Color

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

This div background color is #bca933


#bca933 Border Color

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

This div border color is #bca933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca933


Comments

No comments written yet.

Please login to write comment.