Color Hex Logo

#bcad2b Color Hex

#BCAD2B
(188,173,43)
0 Favorites   0 Comments

Color spaces of #bcad2b

RGB 18817343
HSL0.150.630.45
HSV54°77°74°
CMYK 0.000.080.77   0.26
XYZ36.118740.75298.2479
Yxy40.75290.42430.4788
Hunter Lab63.8380-10.723537.0263
CIE-Lab70.0025-8.539663.6566

#bcad2b color RGB value is (188,173,43).

#bcad2b hex color red value is 188, green value is 173 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bcad2b hue: 0.15 , saturation: 0.63 and the lightness value of bcad2b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 00101011
Octal 274 255 53
Decimal 188 173 43
Hex BC AD 2B

RGB Percentages of Color #bcad2b

%46.53
%42.82
%10.64

CMYK Percentages of Color #bcad2b

%0
%8
%77
%26

Triadic Colors of #bcad2b

#bcad2b #2bbcad #ad2bbc

Analogous Colors of #bcad2b

#bcad2b #83bc2b #bc652b

Monochromatic Colors of #bcad2b

#bcad2b

Complementary Color

#bcad2b #2b3abc

#bcad2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad2b Color CSS Codes

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

#bcad2b Text Font Color

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

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


#bcad2b Background Color

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

This div background color is #bcad2b


#bcad2b Border Color

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

This div border color is #bcad2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad2b


Comments

No comments written yet.

Please login to write comment.