Color Hex Logo

#bcd304 Color Hex

#BCD304
(188,211,4)
0 Favorites   0 Comments

Color spaces of #bcd304

RGB 1882114
HSL0.190.960.42
HSV67°98°83°
CMYK 0.110.000.98   0.17
XYZ44.055257.28878.8507
Yxy57.28870.39980.5199
Hunter Lab75.6893-28.559846.0495
CIE-Lab80.3417-28.314779.4696

#bcd304 color RGB value is (188,211,4).

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

The process color (four color CMYK) of #bcd304 color hex is 0.11, 0.00, 0.98, 0.17. Web safe color of #bcd304 is #cccc00. Color #bcd304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11010011 00000100
Octal 274 323 4
Decimal 188 211 4
Hex BC D3 4

RGB Percentages of Color #bcd304

%46.65
%52.36
%0.99

CMYK Percentages of Color #bcd304

%11
%0
%98
%17

Triadic Colors of #bcd304

#bcd304 #04bcd3 #d304bc

Analogous Colors of #bcd304

#bcd304 #54d304 #d38304

Monochromatic Colors of #bcd304

#bcd304

Complementary Color

#bcd304 #1b04d3

#bcd304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd304 Color CSS Codes

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

#bcd304 Text Font Color

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

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


#bcd304 Background Color

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

This div background color is #bcd304


#bcd304 Border Color

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

This div border color is #bcd304


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,211,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 #bcd304">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd304


Comments

No comments written yet.

Please login to write comment.