Color Hex Logo

#bcad15 Color Hex

#BCAD15
(188,173,21)
0 Favorites   0 Comments

Color spaces of #bcad15

RGB 18817321
HSL0.150.800.41
HSV55°89°74°
CMYK 0.000.080.89   0.26
XYZ35.818040.63266.6645
Yxy40.63260.43090.4889
Hunter Lab63.7437-11.251238.4217
CIE-Lab69.9177-9.182369.3148

#bcad15 color RGB value is (188,173,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 00010101
Octal 274 255 25
Decimal 188 173 21
Hex BC AD 15

RGB Percentages of Color #bcad15

%49.21
%45.29
%5.50

CMYK Percentages of Color #bcad15

%0
%8
%89
%26

Triadic Colors of #bcad15

#bcad15 #15bcad #ad15bc

Analogous Colors of #bcad15

#bcad15 #78bc15 #bc5915

Monochromatic Colors of #bcad15

#bcad15

Complementary Color

#bcad15 #1524bc

#bcad15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad15 Color CSS Codes

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

#bcad15 Text Font Color

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

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


#bcad15 Background Color

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

This div background color is #bcad15


#bcad15 Border Color

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

This div border color is #bcad15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad15


Comments

No comments written yet.

Please login to write comment.