Color Hex Logo

#bcad04 Color Hex

#BCAD04
(188,173,4)
0 Favorites   0 Comments

Color spaces of #bcad04

RGB 1881734
HSL0.150.960.38
HSV55°98°74°
CMYK 0.000.080.98   0.26
XYZ35.704540.58736.0672
Yxy40.58730.43350.4928
Hunter Lab63.7082-11.451038.9493
CIE-Lab69.8858-9.426571.6885

#bcad04 color RGB value is (188,173,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101101 00000100
Octal 274 255 4
Decimal 188 173 4
Hex BC AD 4

RGB Percentages of Color #bcad04

%51.51
%47.40
%1.10

CMYK Percentages of Color #bcad04

%0
%8
%98
%26

Triadic Colors of #bcad04

#bcad04 #04bcad #ad04bc

Analogous Colors of #bcad04

#bcad04 #6fbc04 #bc5104

Monochromatic Colors of #bcad04

#bcad04

Complementary Color

#bcad04 #0413bc

#bcad04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcad04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcad04 Color CSS Codes

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

#bcad04 Text Font Color

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

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


#bcad04 Background Color

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

This div background color is #bcad04


#bcad04 Border Color

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

This div border color is #bcad04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcad04


Comments

No comments written yet.

Please login to write comment.