Color Hex Logo

#bca533 Color Hex

#BCA533
(188,165,51)
0 Favorites   0 Comments

Color spaces of #bca533

RGB 18816551
HSL0.140.570.47
HSV50°73°74°
CMYK 0.000.120.73   0.26
XYZ34.791737.84068.6022
Yxy37.84060.42830.4658
Hunter Lab61.5147-6.694134.7692
CIE-Lab67.9030-3.980858.8420

#bca533 color RGB value is (188,165,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100101 00110011
Octal 274 245 63
Decimal 188 165 51
Hex BC A5 33

RGB Percentages of Color #bca533

%46.53
%40.84
%12.62

CMYK Percentages of Color #bca533

%0
%12
%73
%26

Triadic Colors of #bca533

#bca533 #33bca5 #a533bc

Analogous Colors of #bca533

#bca533 #8fbc33 #bc6033

Monochromatic Colors of #bca533

#bca533

Complementary Color

#bca533 #334abc

#bca533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca533 Color CSS Codes

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

#bca533 Text Font Color

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

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


#bca533 Background Color

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

This div background color is #bca533


#bca533 Border Color

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

This div border color is #bca533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca533


Comments

No comments written yet.

Please login to write comment.