Color Hex Logo

#bcad49 Color Hex

#BCAD49
(188,173,73)
0 Favorites   0 Comments

Color spaces of #bcad49

RGB 18817373
HSL0.140.460.51
HSV52°61°74°
CMYK 0.000.080.61   0.26
XYZ36.885241.059512.2846
Yxy41.05950.40880.4551
Hunter Lab64.0777-9.385533.4876
CIE-Lab70.2176-6.922952.0095

#bcad49 color RGB value is (188,173,73).

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

The process color (four color CMYK) of #bcad49 color hex is 0.00, 0.08, 0.61, 0.26. Web safe color of #bcad49 is #cc9933. Color #bcad49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 01001001
Octal 274 255 111
Decimal 188 173 73
Hex BC AD 49

RGB Percentages of Color #bcad49

%43.32
%39.86
%16.82

CMYK Percentages of Color #bcad49

%0
%8
%61
%26

Triadic Colors of #bcad49

#bcad49 #49bcad #ad49bc

Analogous Colors of #bcad49

#bcad49 #92bc49 #bc7449

Monochromatic Colors of #bcad49

#bcad49

Complementary Color

#bcad49 #4958bc

#bcad49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad49 Color CSS Codes

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

#bcad49 Text Font Color

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

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


#bcad49 Background Color

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

This div background color is #bcad49


#bcad49 Border Color

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

This div border color is #bcad49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad49


Comments

No comments written yet.

Please login to write comment.