Color Hex Logo

#bcd819 Color Hex

#BCD819
(188,216,25)
0 Favorites   0 Comments

Color spaces of #bcd819

RGB 18821625
HSL0.190.790.47
HSV69°88°85°
CMYK 0.130.000.88   0.15
XYZ45.470459.873310.0799
Yxy59.87330.39390.5187
Hunter Lab77.3778-30.517346.4409
CIE-Lab81.7693-30.368278.0927

#bcd819 color RGB value is (188,216,25).

#bcd819 hex color red value is 188, green value is 216 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bcd819 hue: 0.19 , saturation: 0.79 and the lightness value of bcd819 is 0.47.

The process color (four color CMYK) of #bcd819 color hex is 0.13, 0.00, 0.88, 0.15. Web safe color of #bcd819 is #cccc00. Color #bcd819 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 11011000 00011001
Octal 274 330 31
Decimal 188 216 25
Hex BC D8 19

RGB Percentages of Color #bcd819

%43.82
%50.35
%5.83

CMYK Percentages of Color #bcd819

%13
%0
%88
%15

Triadic Colors of #bcd819

#bcd819 #19bcd8 #d819bc

Analogous Colors of #bcd819

#bcd819 #5dd819 #d89519

Monochromatic Colors of #bcd819

#bcd819

Complementary Color

#bcd819 #3519d8

#bcd819 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcd819 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcd819 Color CSS Codes

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

#bcd819 Text Font Color

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

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


#bcd819 Background Color

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

This div background color is #bcd819


#bcd819 Border Color

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

This div border color is #bcd819


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcd819


Comments

No comments written yet.

Please login to write comment.