Color Hex Logo

#bcad5a Color Hex

#BCAD5A
(188,173,90)
0 Favorites   0 Comments

Color spaces of #bcad5a

RGB 18817390
HSL0.140.420.55
HSV51°52°74°
CMYK 0.000.080.52   0.26
XYZ37.528141.316715.6698
Yxy41.31670.39710.4371
Hunter Lab64.2781-8.271230.5408
CIE-Lab70.3972-5.590644.1519

#bcad5a color RGB value is (188,173,90).

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

The process color (four color CMYK) of #bcad5a color hex is 0.00, 0.08, 0.52, 0.26. Web safe color of #bcad5a is #cc9966. Color #bcad5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 01011010
Octal 274 255 132
Decimal 188 173 90
Hex BC AD 5A

RGB Percentages of Color #bcad5a

%41.69
%38.36
%19.96

CMYK Percentages of Color #bcad5a

%0
%8
%52
%26

Triadic Colors of #bcad5a

#bcad5a #5abcad #ad5abc

Analogous Colors of #bcad5a

#bcad5a #9abc5a #bc7c5a

Monochromatic Colors of #bcad5a

#bcad5a

Complementary Color

#bcad5a #5a69bc

#bcad5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad5a Color CSS Codes

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

#bcad5a Text Font Color

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

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


#bcad5a Background Color

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

This div background color is #bcad5a


#bcad5a Border Color

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

This div border color is #bcad5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad5a


Comments

No comments written yet.

Please login to write comment.