Color Hex Logo

#bcad0b Color Hex

#BCAD0B
(188,173,11)
0 Favorites   0 Comments

Color spaces of #bcad0b

RGB 18817311
HSL0.150.890.39
HSV55°94°74°
CMYK 0.000.080.94   0.26
XYZ35.743040.60276.2698
Yxy40.60270.43260.4915
Hunter Lab63.7202-11.383338.7703
CIE-Lab69.8967-9.343770.8662

#bcad0b color RGB value is (188,173,11).

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

The process color (four color CMYK) of #bcad0b color hex is 0.00, 0.08, 0.94, 0.26. Web safe color of #bcad0b is #cc9900. Color #bcad0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 00001011
Octal 274 255 13
Decimal 188 173 11
Hex BC AD B

RGB Percentages of Color #bcad0b

%50.54
%46.51
%2.96

CMYK Percentages of Color #bcad0b

%0
%8
%94
%26

Triadic Colors of #bcad0b

#bcad0b #0bbcad #ad0bbc

Analogous Colors of #bcad0b

#bcad0b #73bc0b #bc550b

Monochromatic Colors of #bcad0b

#bcad0b

Complementary Color

#bcad0b #0b1abc

#bcad0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad0b Color CSS Codes

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

#bcad0b Text Font Color

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

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


#bcad0b Background Color

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

This div background color is #bcad0b


#bcad0b Border Color

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

This div border color is #bcad0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad0b


Comments

No comments written yet.

Please login to write comment.